EmailConversation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
電子メールの会話を表します。
public ref class EmailConversation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailConversation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailConversation
Public NotInheritable Class EmailConversation
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
アプリの機能 |
email
emailSystem
|
注釈
EmailConversationReader.ReadBatchAsync を呼び出して、このクラスのインスタンスを取得します。
プロパティ
FlagState |
会話の EmailFlagState を取得します。 |
HasAttachment |
メッセージ交換に添付ファイルがあるかどうかを示すブール値を取得します。 |
Id |
EmailConversation の一意識別子を取得します。 |
Importance |
会話の重要度を指定する値を取得します。通常、高または低。 |
LastEmailResponseKind |
会話の最後の EmailMessageResponseKind を取得します。 |
LatestSender |
会話の最新の送信者を取得します。 |
MailboxId |
メールボックスの ID を取得します。 |
MessageCount |
会話内のメッセージの数を取得します。 |
MostRecentMessageId |
会話内の最新のメッセージの ID を取得します。 |
MostRecentMessageTime |
会話内の最新のメッセージの時刻を取得します。 |
Preview |
会話内の最新のメッセージのプレビューを取得します。 |
Subject |
会話内の最新のメッセージの件名を取得します。 |
UnreadMessageCount |
スレッド内の未読メッセージの数を取得します。 |
メソッド
FindMessagesAsync() |
スレッド内のメッセージのバッチを非同期的に取得します。 |
FindMessagesAsync(UInt32) |
スレッド内のメッセージのバッチを非同期的に取得します。 |