SmtpClient PropertiesIpswitch.Messaging.Framework

The SmtpClient type exposes the following members.

Properties

  NameDescription
Public propertyAuthenticationMethods
Gets or sets a list of SmtpAuthenticationTypes that will be used (in the order specified in the list) to authenticate against the SMTP server.
Public propertyCredentials
Gets or sets the credentials (username/password) that should be used for authentication with the SMTP server.
Public propertyHost
Gets or sets the hostname/address string to connect to.
Public propertyIdentity
Gets or sets the identity string that will be given to the SMTP server when exchanging initial greetings.
Public propertyPort
Gets or sets the port number to connect to.
Public propertyRecipients
Gets or sets a collection of Recipients for the message being sent to the SMTP server. This will override the value of the To/CC/Bcc properties of the Email object being sent.
Public propertySender
Gets or sets an email address that should be used as the sender of the message being sent to the SMTP server. This will override the value of the From property of the Email object being sent.
Public propertySslOption
Gets or sets a value that indicates how to apply SSL to the connection (if at all).
Top
See Also

Reference