Class MailMessage
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class MailMessage
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
BodyPreview
Declaration
[JsonProperty("bodyPreview")]
public string BodyPreview { get; set; }
Property Value
|
Edit this page
View Source
Categories
Declaration
[JsonProperty("categories")]
public List<string> Categories { 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
CreatedDateTime
Declaration
[JsonProperty("createdDateTime")]
public DateTimeOffset? CreatedDateTime { get; set; }
Property Value
|
Edit this page
View Source
From
Declaration
[JsonProperty("from")]
public MailRecipient From { get; set; }
Property Value
|
Edit this page
View Source
HasAttachments
Declaration
[JsonProperty("hasAttachments")]
public bool? HasAttachments { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Importance
Declaration
[JsonProperty("importance")]
public string Importance { get; set; }
Property Value
|
Edit this page
View Source
InternetMessageId
Declaration
[JsonProperty("internetMessageId")]
public string InternetMessageId { get; set; }
Property Value
|
Edit this page
View Source
IsRead
Declaration
[JsonProperty("isRead")]
public bool? IsRead { get; set; }
Property Value
|
Edit this page
View Source
LastModifiedDateTime
Declaration
[JsonProperty("lastModifiedDateTime")]
public DateTimeOffset? LastModifiedDateTime { get; set; }
Property Value
|
Edit this page
View Source
ParentFolderId
Declaration
[JsonProperty("parentFolderId")]
public string ParentFolderId { get; set; }
Property Value
|
Edit this page
View Source
ReceivedDateTime
Declaration
[JsonProperty("receivedDateTime")]
public DateTimeOffset? ReceivedDateTime { 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
Sender
Declaration
[JsonProperty("sender")]
public MailRecipient Sender { get; set; }
Property Value
|
Edit this page
View Source
SentDateTime
Declaration
[JsonProperty("sentDateTime")]
public DateTimeOffset? SentDateTime { 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
|
Edit this page
View Source
WebLink
Declaration
[JsonProperty("webLink")]
public string WebLink { get; set; }
Property Value
Extension Methods