| INewSmtpWithCredentials Method |
Sets the SMTP server credentials.
Namespace:
Limilabs.Mail.Fluent
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax INewSmtp 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
- Type: SystemString
User name. - password
- Type: SystemString
User's password.
Return Value
Type:
INewSmtpSMTP connection configuration.
See Also