EmailPlugin Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Email plugin (e.g. Outlook).
public sealed class EmailPlugin
type EmailPlugin = class
Public NotInheritable Class EmailPlugin
- Inheritance
-
EmailPlugin
Constructors
| EmailPlugin(IEmailConnector, ILoggerFactory) |
Initializes a new instance of the EmailPlugin class. |
Methods
| GetEmailMessagesAsync(Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Get email messages with specified optional clauses used to query for messages. |
| GetMyEmailAddressAsync() |
Get my email address. |
| SendEmailAsync(String, String, String, CancellationToken) |
Send an email. |