[This is preliminary documentation and is subject to change.]

Provides enumerated types for the various types of email folders.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum EmailFolders
Visual Basic (Declaration)
Public Enumeration EmailFolders
Visual C++
public enum class EmailFolders

Members

Member nameDescription
None
Inbox folder.
InBox
Inbox folder.
SentMessages
Sent Messages folder.
Drafts
Folder to save drafts, Drafts are saved when the email could be composed, but could not be sent immediately.
Deleted
The deleted folder.
UserDefined
The user defined folder. User can create their own folders.

See Also