CreateManagedFolderRequestType.FolderNames 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.
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.