The ImapFolder type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCanContainInferiors
Gets a value indicating whether any subfolders can exist under this folder. This value is only set for folders returned by a call to GetFolderList()()()() methods.
Public propertySupported by the .NET Compact FrameworkDelimiter
Gets a string that is used to delimit levels of hierarchy under this folder. It usually contains either '/' or '.'. This value is only set for folders returned by a call to GetFolderList()()()() methods. For GetFolderInfo(String) method and CurrentFolder property, this will throw an exception.
Public propertySupported by the .NET Compact FrameworkFirstUnseenMessageNumber
Gets the number of messages that have not been read. This property is not set for folders returned by a call to GetFolderList()()()() and GetFolderInfo(String) methods and will contain a value of 0.
Public propertySupported by the .NET Compact FrameworkIsInteresting
Gets a value indicating whether this folder contains messages that have been added since the last time the folder was selected.
Public propertySupported by the .NET Compact FrameworkIsSelectable
Gets a value indicating whether it is possible to select this folder.
Public propertySupported by the .NET Compact FrameworkName
Gets the name of the folder.
Public propertySupported by the .NET Compact FrameworkNextUniqueId
Gets the unique ID to be assigned to a next message that arrives into this folder. This property is not set for folders returned by a call to GetFolderList()()()() methods and will contain a value of 0. Also, some servers don't support this, and null (Nothing in Visual Basic) will be returned for these as well.
Public propertySupported by the .NET Compact FrameworkNotSeenMessageCount
Gets the number of messages that have not been read. This property is not set for folders returned by a call to GetFolderList()()()() methods and will contain a value of 0.
Public propertySupported by the .NET Compact FrameworkPermanentFlags
Gets message flags that can be changed permanently.
Public propertySupported by the .NET Compact FrameworkPurpose Obsolete.
Public propertySupported by the .NET Compact FrameworkReadOnly
Gets a value indicating whether the folder is read-only.
Public propertySupported by the .NET Compact FrameworkRecentMessageCount
Gets the number of messages that arrived recently. This property is not set for folders returned by a call to GetFolderList()()()() methods and will contain a value of 0.
Public propertySupported by the .NET Compact FrameworkSpecialUse
Returns folder purpose if known. This property only contains useful information if the IMAP server supports the XLIST command or extended LIST command (RFC 6154) and the folder list was returned using the GetFolderList()()()() method. At the moment, this is not suppored in ImapFolderListMode.Subscribed mode.
Public propertySupported by the .NET Compact FrameworkSupportedFlags
Gets supported message flags.
Public propertySupported by the .NET Compact FrameworkTotalMessageCount
Gets the number of messages in the folder.
Public propertySupported by the .NET Compact FrameworkValidityId
Gets the validity ID of the mailbox. This property is not set for folders returned by a call to GetFolderList()()()() methods and will contain a value of 0.

See Also