Message クラス (Microsoft.Graph.Models 名前空間)
public class Message : OutlookItem
継承:Object → Entity → OutlookItem → Message
[toc]プロパティ
Attachments
public IMessageAttachmentsCollectionPage Attachments { get; set; }
BccRecipients
public IEnumerable<Recipient> BccRecipients { get; set; }
Body
public ItemBody Body { get; set; }
BodyPreview
public string BodyPreview { get; set; }
CcRecipients
public IEnumerable<Recipient> CcRecipients { get; set; }
ConversationId
public string ConversationId { get; set; }
ConversationIndex
public byte[] ConversationIndex { get; set; }
Extensions
public IMessageExtensionsCollectionPage Extensions { get; set; }
Flag
public FollowupFlag Flag { get; set; }
From
public Recipient From { get; set; }
HasAttachments
public bool? HasAttachments { get; set; }
Importance
public Importance? Importance { get; set; }
InferenceClassification
public InferenceClassificationType? InferenceClassification { get; set; }
InternetMessageHeaders
public IEnumerable<InternetMessageHeader> InternetMessageHeaders { get; set; }
InternetMessageId
public string InternetMessageId { get; set; }
IsDeliveryReceiptRequested
public bool? IsDeliveryReceiptRequested { get; set; }
IsDraft
public bool? IsDraft { get; set; }
IsRead
public bool? IsRead { get; set; }
IsReadReceiptRequested
public bool? IsReadReceiptRequested { get; set; }
MultiValueExtendedProperties
public IMessageMultiValueExtendedPropertiesCollectionPage MultiValueExtendedProperties { get; set; }
ParentFolderId
public string ParentFolderId { get; set; }
ReceivedDateTime
public DateTimeOffset? ReceivedDateTime { get; set; }
ReplyTo
public IEnumerable<Recipient> ReplyTo { get; set; }
Sender
public Recipient Sender { get; set; }
SentDateTime
public DateTimeOffset? SentDateTime { get; set; }
SingleValueExtendedProperties
public IMessageSingleValueExtendedPropertiesCollectionPage SingleValueExtendedProperties { get; set; }
Subject
public string Subject { get; set; }
ToRecipients
public IEnumerable<Recipient> ToRecipients { get; set; }
UniqueBody
public ItemBody UniqueBody { get; set; }
WebLink
public string WebLink { get; set; }