FolderInfo

FolderInfo class

Represents information about personal folder.

The FolderInfo type exposes the following members:

Constructors

NameDescription
FolderInfo(properties)Initializes a new instance of the FolderInfo class

Properties

NameDescription
propertiesGets the mapi properties.
display_nameGets the display name of folder.
content_countGets the total number of items in the folder.
content_unread_countGets the number of unread items in the folder.
has_sub_foldersGets a value indicating whether the Folder object has any subfolders.
container_classGets container class of the folder object.
item_idGets string representation of entry ID.

See Also