Message クラス (Microsoft.Graph 名前空間)
public class Message : OutlookItem
継承:Object → Entity → OutlookItem → Message
Contents
- 1 プロパティ
- 1.1 Attachments
- 1.2 BccRecipients
- 1.3 Body
- 1.4 BodyPreview
- 1.5 CcRecipients
- 1.6 ConversationId
- 1.7 ConversationIndex
- 1.8 Extensions
- 1.9 Flag
- 1.10 From
- 1.11 HasAttachments
- 1.12 Importance
- 1.13 InferenceClassification
- 1.14 InternetMessageHeaders
- 1.15 InternetMessageId
- 1.16 IsDeliveryReceiptRequested
- 1.17 IsDraft
- 1.18 IsRead
- 1.19 IsReadReceiptRequested
- 1.20 MultiValueExtendedProperties
- 1.21 ParentFolderId
- 1.22 ReceivedDateTime
- 1.23 ReplyTo
- 1.24 Sender
- 1.25 SentDateTime
- 1.26 SingleValueExtendedProperties
- 1.27 Subject
- 1.28 ToRecipients
- 1.29 UniqueBody
- 1.30 WebLink
プロパティ
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; }