| EmailProvider Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.EmailEngine
 Syntax
Syntaxpublic class EmailProvider : AbstractBaseProvider<EmailProvider>
The EmailProvider type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | EmailProvider | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | OnSendCompleted | 
            Raises the SendCompleted event after the send is completed.
             | 
|  | SendEmailAsyncInternal | 
            Internal method that asynchronously sends an e-mail through the SMTP server.
             | 
|  | SendEmailInternal | 
            Internal method that sends an e-mail through the SMTP server.
             | 
|  | SetAsDefaultProvider | 
            Sets this object as the default provider
            (Inherited from AbstractBaseProviderProviderType.) | 
 Events
Events| Name | Description | |
|---|---|---|
|   | SendCompleted | 
            Occurs when the send operation finishes.
             | 
 Remarks
Remarks See Also
See Also