Table of Contents

Class ManagedFolderInformation

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents information for a managed folder.

public sealed class ManagedFolderInformation : ComplexProperty
Inheritance
ManagedFolderInformation
Inherited Members

Properties

CanDelete

Gets a value indicating whether the user can delete objects in the folder.

public bool? CanDelete { get; }

Property Value

bool?

CanRenameOrMove

Gets a value indicating whether the user can rename or move objects in the folder.

public bool? CanRenameOrMove { get; }

Property Value

bool?

Comment

Gets the comment associated with the folder.

public string Comment { get; }

Property Value

string

FolderSize

Gets the size of the folder.

public int? FolderSize { get; }

Property Value

int?

HasQuota

Gets a value indicating whether the folder has a quota.

public bool? HasQuota { get; }

Property Value

bool?

HomePage

Gets the home page associated with the folder.

public string HomePage { get; }

Property Value

string

IsManagedFoldersRoot

Gets a value indicating whether the folder is the root of the managed folder hierarchy.

public bool? IsManagedFoldersRoot { get; }

Property Value

bool?

ManagedFolderId

Gets the Managed Folder Id of the folder.

public string ManagedFolderId { get; }

Property Value

string

MustDisplayComment

Gets a value indicating whether the client application must display the Comment property to the user.

public bool? MustDisplayComment { get; }

Property Value

bool?

StorageQuota

Gets the storage quota of the folder.

public int? StorageQuota { get; }

Property Value

int?