OutlookMailConnector 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.
Connector for Outlook Mail API
public class OutlookMailConnector : Microsoft.SemanticKernel.Plugins.MsGraph.IEmailConnector
type OutlookMailConnector = class
interface IEmailConnector
Public Class OutlookMailConnector
Implements IEmailConnector
- Inheritance
-
OutlookMailConnector
- Implements
Constructors
| OutlookMailConnector(GraphServiceClient) |
Initializes a new instance of the OutlookMailConnector class. |
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. |