EmailMailbox.LinkedMailboxId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identifier for a mailbox linked to this one.
public:
property Platform::String ^ LinkedMailboxId { Platform::String ^ get(); };
winrt::hstring LinkedMailboxId();
public string LinkedMailboxId { get; }
var string = emailMailbox.linkedMailboxId;
Public ReadOnly Property LinkedMailboxId As String
Property Value
The identifier for a mailbox linked to this one.
Windows requirements
App capabilities |
email
emailSystem
|