Class MailMessageForSend
Inheritance
MailMessageForSend
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class MailMessageForSend
Properties
|
Edit this page
View Source
BccRecipients
Declaration
[JsonProperty("bccRecipients")]
public List<MailRecipient> BccRecipients { get; set; }
Property Value
|
Edit this page
View Source
Body
Declaration
[JsonProperty("body")]
public MailItemBody Body { get; set; }
Property Value
|
Edit this page
View Source
CcRecipients
Declaration
[JsonProperty("ccRecipients")]
public List<MailRecipient> CcRecipients { get; set; }
Property Value
|
Edit this page
View Source
ReplyTo
Declaration
[JsonProperty("replyTo")]
public List<MailRecipient> ReplyTo { get; set; }
Property Value
|
Edit this page
View Source
Subject
Declaration
[JsonProperty("subject")]
public string Subject { get; set; }
Property Value
|
Edit this page
View Source
ToRecipients
Declaration
[JsonProperty("toRecipients")]
public List<MailRecipient> ToRecipients { get; set; }
Property Value
Extension Methods