次の方法で共有


EmailMessage.MailboxId プロパティ

定義

メールボックスの識別子を取得します。

public:
 property Platform::String ^ MailboxId { Platform::String ^ get(); };
winrt::hstring MailboxId();
public string MailboxId { get; }
var string = emailMessage.mailboxId;
Public ReadOnly Property MailboxId As String

プロパティ値

String

Platform::String

winrt::hstring

メールボックスの識別子。

Windows の要件

アプリの機能
email emailSystem

適用対象