EmailMailbox.NetworkAccountId 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 of the email mailbox account within its network.
public:
property Platform::String ^ NetworkAccountId { Platform::String ^ get(); };
winrt::hstring NetworkAccountId();
public string NetworkAccountId { get; }
var string = emailMailbox.networkAccountId;
Public ReadOnly Property NetworkAccountId As String
Property Value
The identifier of the email mailbox account within its network.
Windows requirements
App capabilities |
email
emailSystem
|