EmailMailbox.MailAddressAliases 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 list of email aliases associated with this mailbox.
public:
property IVector<Platform::String ^> ^ MailAddressAliases { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> MailAddressAliases();
public IList<string> MailAddressAliases { get; }
var iVector = emailMailbox.mailAddressAliases;
Public ReadOnly Property MailAddressAliases As IList(Of String)
Property Value
The list of email aliases associated with this mailbox.
Windows requirements
App capabilities |
email
emailSystem
|