EmailMessage.MailboxId Property

Definition

Gets the identifier of the mailbox.

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

Property Value

String

Platform::String

winrt::hstring

The identifier of the mailbox.

Windows requirements

App capabilities
email emailSystem

Applies to