Sets the SMTP server credentials.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
INewSmtp WithCredentials( string user, string password ) |
| Visual Basic |
|---|
Function WithCredentials ( _ user As String, _ password As String _ ) As INewSmtp |
| Visual C++ |
|---|
INewSmtp^ WithCredentials( String^ user, String^ password ) |