ExchangeFolderInfo Class
Provides information about a folder.
- Inheritance:
- System.ObjectExchangeFolderInfo
Properties
ChildFolderCount
Gets the number of child folders that are contained within a folder.
Property Value
- System.Int32
The number of child folders that are contained within a folder.
FolderId
Gets the folder identifier.
Property Value
- System.String
The folder identifier.
Name
Gets the folder display name.
Property Value
- System.String
The folder display name.
ParentFolderId
Gets the parent folder identifier.
Property Value
- System.String
The folder identifier.
TotalCount
Gets the total count of items within a given folder.
Property Value
- System.Int32
The total count of items within a given folder.
UnreadCount
Gets the count of unread items within a given folder.
Property Value
- System.Int32
The count of unread items within a given folder.
Methods
ToString()
Returns a System.String that represents this ExchangeFolderInfo instance.
Returns
- System.String
A System.String that represents this ExchangeFolderInfo instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).