Dart.Mail Namespace : Smtp Class |
The following tables list the members exposed by Smtp.
Name | Description | |
---|---|---|
![]() | Smtp Constructor | Initializes a new instance of the Smtp component. |
Name | Description | |
---|---|---|
![]() | AutoPipeline | Gets or sets a value enabling command pipelining if the server supports it. |
![]() | AutoSize | Gets or sets a value indicating if the server will be asked if the message is too large before sending. |
![]() | Capabilities | Gets a List of strings representing the capabilities of the server. (Inherited from Dart.Mail.MailBase) |
![]() | Connection | TCP connection used for server communications. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | DeliveryStatusNotification | Gets or sets the DeliveryStatusNotification object that specifies Delivery Status Notification. |
![]() | DnsServerTimeout | Gets or sets the amount of time in milliseconds to wait for a response from a DNS server. |
![]() | Encoding | Specifies the character encoding to be used by the component. (Inherited from Dart.Mail.MailBase) |
![]() | HelloName | Gets or sets the hostname presented to the server during the greeting. |
![]() | SendDirectToMx | When true, Send methods deliver mail directly to each recipient's mail exchange (MX) server. Defaults to false. |
![]() | ServerGreeting | Gets the greeting received after connecting to the server. (Inherited from Dart.Mail.MailBase) |
![]() | Session | Specifies connection, authentication and behavior configuration. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | SynchronizingObject | Gets or sets the object used to marshal data to the UI thread (for raising events). (Inherited from Dart.Mail.ComponentBase) |
![]() | SyncRoot | Gets an object that is used to synchronize access to the upper layer protocol in use. (Inherited from Dart.Mail.ComponentBase) |
![]() | Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Mail.ComponentBase) |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Authenticate | Authenticate the client using parameters in Smtp.Session. |
![]() | Close | Cease all activity and gracefully close the control connection. |
![]() | Connect | Connect to an SMTP server using Session parameters. Any existing connection is aborted. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. Releases all resources associated with the object. |
![]() ![]() | GetDefaultPort | Returns the port normally used for the supplied MailSession configuration. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Marshal | Overloaded. Marshals a string and/or object to the UI thread and raises the UserState event. (Inherited from Dart.Mail.ComponentBase) |
![]() | Send | Overloaded. Send a basic text email. |
![]() | Start | Start a worker thread and execute the specified delegate. (Inherited from Dart.Mail.MailBase) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | OnError | Raises the Error event. (Inherited from Dart.Mail.ComponentBase) |
![]() | OnProgress | Raises the Progress event. |
![]() | OnUserState | Raises the UserState event. (Inherited from Dart.Mail.ComponentBase) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Raised when Marshal(Exception) is used or an unhandled Exception is thrown in a worker thread created using Start. (Inherited from Dart.Mail.ComponentBase) |
![]() | Progress | Raised repeatedly while an email message is sent. |
![]() | UserState | Raised when Marshal(String,Object) is used. (Inherited from Dart.Mail.ComponentBase) |