EmailMailbox.MailAddressAliases Property

Definition

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

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of email aliases associated with this mailbox.

Windows requirements

App capabilities
email emailSystem

Applies to