Partager via


IUserExtension2Properties.EmailAddresses Property

 

Gets and sets the e-mail addresses.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string[] EmailAddresses { get; set; }
property array<String^>^ EmailAddresses {
    array<String^>^ get();
    void set(array<String^>^ value);
}
Property EmailAddresses As String()

Property Value

Type: System.String[]

The e-mail addresses.

See Also

IUserExtension2Properties Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top