 | INewSmtpWithCredentials Method |
Sets the SMTP server credentials.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxINewSmtp WithCredentials(
string user,
string password
)
Function WithCredentials (
user As String,
password As String
) As INewSmtp
INewSmtp^ WithCredentials(
String^ user,
String^ password
)
abstract WithCredentials :
user : string *
password : string -> INewSmtp Parameters
- user String
- User name.
- password String
- User's password.
Return Value
INewSmtpSMTP connection configuration.
See Also