SearchFolderType Members
The SearchFolderType class represents a search folder that is contained in a mailbox.
The following tables list the members exposed by the SearchFolderType type.
Public Constructors
Name | Description | |
---|---|---|
SearchFolderType | The SearchFolderType constructor initializes a new instance of the SearchFolderType class. |
Top
Public Properties
Name | Description | |
---|---|---|
ChildFolderCount | The ChildFolderCount property gets the number of immediate child folders that are contained within a folder. This property is read-only.(inherited from BaseFolderType) | |
ChildFolderCountSpecified | The ChildFolderCountSpecified property gets a Boolean value that specifies whether the ChildFolderCount property is serialized into the SOAP request.(inherited from BaseFolderType) | |
DisplayName | The DisplayName property gets or sets the display name of a folder.(inherited from BaseFolderType) | |
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.(inherited from BaseFolderType) | |
ExtendedProperty | The ExtendedProperty property gets or sets an ExtendedPropertyType array that contains the extended MAPI properties on a folder.(inherited from BaseFolderType) | |
FolderClass | The FolderClass property gets or sets the folder class for a given folder.(inherited from BaseFolderType) | |
FolderId | The FolderId property gets or sets a FolderIdType object that contains the identifier and change key of a folder.(inherited from BaseFolderType) | |
ManagedFolderInformation | The ManagedFolderInformation property gets or sets a ManagedFolderInformationType object that contains information about a managed custom folder.(inherited from BaseFolderType) | |
ParentFolderId | The ParentFolderId property gets or sets a FolderIdType object that represents the identifier of the parent folder that contains the folder.(inherited from BaseFolderType) | |
PermissionSet | The PermissionSet property gets or sets a PermissionSetType object that represents all permissions that are configured for a given folder.(inherited from FolderType) | |
SearchParameters | The SearchParameters property gets or sets the parameters that define a search folder. | |
TotalCount | The TotalCount property gets the total count of items within a given folder. This property is read-only.(inherited from BaseFolderType) | |
TotalCountSpecified | The TotalCountSpecified property gets a Boolean value that specifies whether the TotalCount property is serialized into the SOAP request.(inherited from BaseFolderType) | |
UnreadCount | The UnreadCount property gets the count of unread items within a given folder. This property is read-only.(inherited from FolderType) | |
UnreadCountSpecified | The UnreadCountSpecified property gets a Boolean value that specifies whether the UnreadCount property is serialized into the SOAP request. This property is read-only.(inherited from FolderType) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also