Welcome to Dream.In.Code
Become a VB Expert!

Join 137,233 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,795 people online right now. Registration is fast and FREE... Join Now!




Sendng SMS Through VB

 
Reply to this topicStart new topic

Sendng SMS Through VB

Rating  5
rasika_rs
31 Jan, 2007 - 02:06 AM
Post #1

New D.I.C Head
*

Joined: 31 Jan, 2007
Posts: 1


My Contributions
I want to send a reminder SMS to user list through vb application can u help me
User is offlineProfile CardPM
+Quote Post

arun1516
RE: Sendng SMS Through VB
8 Feb, 2007 - 03:55 AM
Post #2

New D.I.C Head
*

Joined: 8 Feb, 2007
Posts: 5


My Contributions
QUOTE(rasika_rs @ 31 Jan, 2007 - 03:06 AM) *

I want to send a reminder SMS to user list through vb application can u help me



just select SMTP control from Components ( under project menu (visual basic))

With SMTP 'name for control
.Server = outgoingserver 'Outgoing server name or IP address

.MailFrom = mailFrom 'Sender mail address

.SendTo = mailto 'to whom you want to send mail

.MessageSubject ='Subject of message

.MessageText = mailtext 'mail text

.Attachements.Add attachmentpath 'if you want ot attach any file just give the path here

DoEvents

.Connect

End With

User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/4/08 03:37PM

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month