CreateManagedFolderRequestType.FolderNames Property

Definition

The FolderNames property gets or sets an array of managed folders to add to a mailbox. This property is required. This is a read/write property.

public:
 property cli::array <System::String ^> ^ FolderNames { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] FolderNames { get; set; }
Public Property FolderNames As String()

Property Value

String[]

The FolderNames property returns a string array that contains the names of managed folders to add to a mailbox.

Applies to