Search Results for

    Show / Hide Table of Contents

    Class MailMessage

    Inheritance
    object
    MailMessage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Graph
    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
    Type Description
    List<MailRecipient>
    | Edit this page View Source

    Body

    Declaration
    [JsonProperty("body")]
    public MailItemBody Body { get; set; }
    Property Value
    Type Description
    MailItemBody
    | Edit this page View Source

    BodyPreview

    Declaration
    [JsonProperty("bodyPreview")]
    public string BodyPreview { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Categories

    Declaration
    [JsonProperty("categories")]
    public List<string> Categories { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    CcRecipients

    Declaration
    [JsonProperty("ccRecipients")]
    public List<MailRecipient> CcRecipients { get; set; }
    Property Value
    Type Description
    List<MailRecipient>
    | Edit this page View Source

    CreatedDateTime

    Declaration
    [JsonProperty("createdDateTime")]
    public DateTimeOffset? CreatedDateTime { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    From

    Declaration
    [JsonProperty("from")]
    public MailRecipient From { get; set; }
    Property Value
    Type Description
    MailRecipient
    | Edit this page View Source

    HasAttachments

    Declaration
    [JsonProperty("hasAttachments")]
    public bool? HasAttachments { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Importance

    Declaration
    [JsonProperty("importance")]
    public string Importance { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    InternetMessageId

    Declaration
    [JsonProperty("internetMessageId")]
    public string InternetMessageId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsRead

    Declaration
    [JsonProperty("isRead")]
    public bool? IsRead { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    LastModifiedDateTime

    Declaration
    [JsonProperty("lastModifiedDateTime")]
    public DateTimeOffset? LastModifiedDateTime { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    ParentFolderId

    Declaration
    [JsonProperty("parentFolderId")]
    public string ParentFolderId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReceivedDateTime

    Declaration
    [JsonProperty("receivedDateTime")]
    public DateTimeOffset? ReceivedDateTime { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    ReplyTo

    Declaration
    [JsonProperty("replyTo")]
    public List<MailRecipient> ReplyTo { get; set; }
    Property Value
    Type Description
    List<MailRecipient>
    | Edit this page View Source

    Sender

    Declaration
    [JsonProperty("sender")]
    public MailRecipient Sender { get; set; }
    Property Value
    Type Description
    MailRecipient
    | Edit this page View Source

    SentDateTime

    Declaration
    [JsonProperty("sentDateTime")]
    public DateTimeOffset? SentDateTime { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    Subject

    Declaration
    [JsonProperty("subject")]
    public string Subject { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ToRecipients

    Declaration
    [JsonProperty("toRecipients")]
    public List<MailRecipient> ToRecipients { get; set; }
    Property Value
    Type Description
    List<MailRecipient>
    | Edit this page View Source

    WebLink

    Declaration
    [JsonProperty("webLink")]
    public string WebLink { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation