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