다음을 통해 공유


EmailConversation 클래스

정의

전자 메일 대화를 나타냅니다.

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
상속
Object Platform::Object IInspectable EmailConversation
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
email emailSystem

설명

EmailConversationReader.ReadBatchAsync를 호출하여 이 클래스의 instance 가져옵니다.

속성

FlagState

대화에 대한 EmailFlagState 를 가져옵니다.

HasAttachment

대화에 첨부 파일이 있는지 여부를 나타내는 부울 값을 가져옵니다.

Id

EmailConversation의 고유 식별자를 가져옵니다.

Importance

대화의 중요도를 지정하는 값을 가져옵니다. 보통, 높음 또는 낮음.

LastEmailResponseKind

대화에 대한 마지막 EmailMessageResponseKind 를 가져옵니다.

LatestSender

대화의 최신 발신자를 가져옵니다.

MailboxId

사서함의 ID를 가져옵니다.

MessageCount

대화의 메시지 수를 가져옵니다.

MostRecentMessageId

대화에서 가장 최근 메시지의 ID를 가져옵니다.

MostRecentMessageTime

대화에서 가장 최근 메시지의 시간을 가져옵니다.

Preview

대화에서 최신 메시지의 미리 보기를 가져옵니다.

Subject

대화에서 최신 메시지의 제목을 가져옵니다.

UnreadMessageCount

대화에서 읽지 않은 메시지 수를 가져옵니다.

메서드

FindMessagesAsync()

대화에서 메시지 일괄 처리를 비동기적으로 가져옵니다.

FindMessagesAsync(UInt32)

대화에서 메시지 일괄 처리를 비동기적으로 가져옵니다.

적용 대상