Click or drag to resize

IEmailer Properties


The IEmailer type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationType
Gets and sets the type of authentication for the SMTP server.
Public propertyDeliveryMethod
Gets and sets how the SMTP mail is delivered.
Public propertyPassword
Gets and sets the Password to authenticate against the SMTP server. Ignored when using Anonymous authentication.
Public propertyPort
Gets sets the SMTP server port. The default value is 20.
Public propertyServerAddress
Gets and sets the SMTP server address.
Public propertyUserName
Gets and sets the UserName to authenticate against the SMTP server. Ignored when using Anonymous authentication.
Public propertyUseSSL
Gets and sets whether mail is sent securely via SSL.
Top
See Also