EmailPlugin.SendEmailAsync(String, String, String, CancellationToken) Method
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.
Send an email.
[Microsoft.SemanticKernel.KernelFunction]
public System.Threading.Tasks.Task SendEmailAsync(string content, string recipients, string subject, System.Threading.CancellationToken cancellationToken = default);
[<Microsoft.SemanticKernel.KernelFunction>]
member this.SendEmailAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SendEmailAsync (content As String, recipients As String, subject As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- content
- String
- recipients
- String
- subject
- String
- cancellationToken
- CancellationToken
Returns
- Attributes