BaseFolderType Class

Definition

The BaseFolderType class is the base class for derived classes that represent a folder.

public ref class BaseFolderType abstract
public abstract class BaseFolderType
Public MustInherit Class BaseFolderType
Inheritance
BaseFolderType
Derived

Constructors

BaseFolderType()

The BaseFolderType class is abstract and cannot be instantiated.

Properties

ArchiveTag
ChildFolderCount

The ChildFolderCount property gets the number of immediate child folders that are contained within a folder. This property is read-only.

ChildFolderCountSpecified

The ChildFolderCountSpecified property gets a Boolean value that specifies whether the ChildFolderCount property is serialized into the SOAP request.

DisplayName

The DisplayName property gets or sets the display name of a folder.

DistinguishedFolderId
DistinguishedFolderIdSpecified
EffectiveRights

The EffectiveRights property gets an EffectiveRightsType object that represents the operations that the current logon user can perform on the folder. This property is read-only.

ExtendedProperty

The ExtendedProperty property gets or sets an ExtendedPropertyType array that contains the extended MAPI properties on a folder.

FolderClass

The FolderClass property gets or sets the folder class for a given folder.

FolderId

The FolderId property gets or sets a FolderIdType object that contains the identifier and change key of a folder.

ManagedFolderInformation

The ManagedFolderInformation property gets or sets a ManagedFolderInformationType object that contains information about a managed custom folder.

ParentFolderId

The ParentFolderId property gets or sets a FolderIdType object that represents the identifier of the parent folder that contains the folder.

PolicyTag
TotalCount

The TotalCount property gets the total count of items within a given folder. This property is read-only.

TotalCountSpecified

The TotalCountSpecified property gets a Boolean value that specifies whether the TotalCount property is serialized into the SOAP request.

Applies to