public string[] Mailboxes { get; set; }
Public Property Mailboxes As String() Get Set
public: property array<String^>^ Mailboxes { array<String^>^ get (); void set (array<String^>^ value); }
member Mailboxes : string[] with get, set
In This Article