Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~7K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for ruisi

Below is simple code: Imports System.Web.Mail . . . Dim toPhoneNumber As String = "DestinationPhoneNumber"; Dim login As String = "YouredomainUsername" Dim password As String = "YourPassword" Dim compression As String = "Compression Option goes here " Dim body As String = "Your Message" Dim mail As System.Web.Mail.MailMessage = New …

Member Avatar for Mr.M
0
7K
Member Avatar for pthorsel

Standard Security: "Data Source=com;Initial Catalog=pubs;User Id=sa;Password=asdasd;" [i] - or -[/i] "Server=com;Database=pubs;User ID=sa;Password=asdasd;Trusted_Connection=False" here 'com' is set by ur 32bit ODBC string.

Member Avatar for NetDev
0
87

The End.