SearchFolderType Class

Definition

The SearchFolderType class represents a search folder that is contained in a mailbox.

public ref class SearchFolderType : ExchangeWebServices::FolderType
public class SearchFolderType : ExchangeWebServices.FolderType
Public Class SearchFolderType
Inherits FolderType
Inheritance
SearchFolderType

Remarks

TheSearchFolderType class is used for both regular search folders and MicrosoftOfficeOutlook and Outlook Web Access visible search folders. For a search folder to be visible to Outlook and Outlook Web Access, the folder must be created under the SearchFolders distinguished folder.

Note: If you use the calendar:Organizer property to create a search folder that has a restriction, a subsequent GetFolder call will return the restriction with the message:from property instead of the calendar:Organizer property. These two properties map to the same underlying MAPI property.

Constructors

SearchFolderType()

The SearchFolderType constructor initializes a new instance of the SearchFolderType class.

Properties

ArchiveTag (Inherited from BaseFolderType)
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)
DistinguishedFolderId (Inherited from BaseFolderType)
DistinguishedFolderIdSpecified (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)
PolicyTag (Inherited from BaseFolderType)
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)

Applies to