ContactsFolderType Members

Include Protected Members
Include Inherited Members

The ContactsFolderType class represents a Contacts folder in a mailbox.

The ContactsFolderType type exposes the following members.

Constructors

  Name Description
Public method ContactsFolderType The ContactsFolderType constructor initializes a new instance of the ContactsFolderType class.

Top

Properties

  Name Description
Public property 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.)
Public property ChildFolderCountSpecified The ChildFolderCountSpecified property gets a Boolean value that specifies whether the ChildFolderCount property is serialized into the SOAP request. (Inherited from BaseFolderType.)
Public property DisplayName The DisplayName property gets or sets the display name of a folder. (Inherited from BaseFolderType.)
Public property 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.)
Public property ExtendedProperty The ExtendedProperty property gets or sets an ExtendedPropertyType array that contains the extended MAPI properties on a folder. (Inherited from BaseFolderType.)
Public property FolderClass The FolderClass property gets or sets the folder class for a given folder. (Inherited from BaseFolderType.)
Public property FolderId The FolderId property gets or sets a FolderIdType object that contains the identifier and change key of a folder. (Inherited from BaseFolderType.)
Public property ManagedFolderInformation The ManagedFolderInformation property gets or sets a ManagedFolderInformationType object that contains information about a managed custom folder. (Inherited from BaseFolderType.)
Public property 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.)
Public property PermissionSet The PermissionSet property gets or sets a PermissionSetType object that represents all permissions that are configured for a given folder.
Public property SharingEffectiveRights The SharingEffectiveRights property gets or sets a PermissionReadAccessType object that represents the permissions that the client has for the contact data that is being shared.
Public property SharingEffectiveRightsSpecified The SharingEffectiveRightsSpecified property gets or sets a Boolean value that specifies whether the SharingEffectiveRights property is serialized into the SOAP request.
Public property TotalCount The TotalCount property gets the total count of items within a given folder. This property is read-only. (Inherited from BaseFolderType.)
Public property TotalCountSpecified The TotalCountSpecified property gets a Boolean value that specifies whether the TotalCount property is serialized into the SOAP request. (Inherited from BaseFolderType.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top