IEmailConnector Interface
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.
Interface for email connections (e.g. Outlook).
public interface IEmailConnector
type IEmailConnector = interface
Public Interface IEmailConnector
- Derived
Methods
| GetMessagesAsync(Nullable<Int32>, Nullable<Int32>, String, CancellationToken) |
Get the user's email messages. |
| GetMyEmailAddressAsync(CancellationToken) |
Get the user's email address. |
| SendEmailAsync(String, String, String[], CancellationToken) |
Send an email to the specified recipients. |