Description
The IMAPFolderPermissions object is a collection of all permissions connected to a specific public IMAP folder.
Methods
Add()
Adds a new permission to the collection.
Delete(long Index)
Deletes the permission with the specified index.
DeleteByDBID(long DBID)
Deletes an permission by its given database identifier.
Refresh()
Refreshes the collection.
Properties
long Count
Returns the number of permissions in the collection.
(read-only)
Returns a permission by a given index.
(read-only)
Returns an permission by its given database identifier.
(read-only)
Returns an permission by it's name.
(read-only)