The UserFolder object represents user folder in user.
| C# | Visual Basic | Managed C++ |
public class UserFolder
Public Class UserFolder
public ref class UserFolder
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| ACL |
Gets specified folder specified ACL entires.
| |
| ChildFolders |
Gets specified folder child folders.
| |
| CreationTime |
Gets date/time when folder was created.
| |
| DeleteMessage(String, Int64) |
Deletes specified message.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FolderFullPath |
Gets folder path. NOTE: Folder name is included !
| |
| FolderName |
Gets folder name. NOTE: Path isn't included !
| |
| FolderPath |
Gets folder path. NOTE: Folder name isn't included !
| |
| GetHashCode() | 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.) | |
| GetMessage(String, Stream) |
Gets specified message and stores it to specified stream.
| |
| GetMessagesInfo() |
Gets folder messages info.
| |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MessagesCount |
Gets number of messages in this folder.
| |
| Owner |
Gets owner UserFolderCollection that owns this object.
| |
| Parent |
Gets parent folder collection. Returns null if this is root folders collection.
| |
| Rename(String) |
Renames/moves folder name.
| |
| SizeUsed |
Gets number bytes this folder messages allocate.
| |
| StoreMessage(Stream) |
Stores specified message to this folder. Message storing begins from stream current position.
| |
| ToString() | (Inherited from Object.) | |
| User |
Gets user who owns that folder.
|
| Object | |
| UserFolder | |
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)