The IEmailer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AuthenticationType |
Gets and sets the type of authentication for the SMTP server.
|
![]() |
DeliveryMethod |
Gets and sets how the SMTP mail is delivered.
|
![]() |
Password |
Gets and sets the Password to authenticate against the SMTP server. Ignored when using Anonymous authentication.
|
![]() |
Port |
Gets sets the SMTP server port. The default value is 20.
|
![]() |
ServerAddress |
Gets and sets the SMTP server address.
|
![]() |
UserName |
Gets and sets the UserName to authenticate against the SMTP server. Ignored when using Anonymous authentication.
|
![]() |
UseSSL |
Gets and sets whether mail is sent securely via SSL.
|
See Also