LumiSoft Mail Server User API
UserFolder Class
Namespaces > LumiSoft.MailServer.API.UserAPI > UserFolder
The UserFolder object represents user folder in user.
Syntax
C#Visual BasicManaged C++
public class UserFolder
Public Class UserFolder
public ref class UserFolder
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()
Returns a String that represents the current Object.
(Inherited from Object.)
User
Gets user who owns that folder.
Inheritance Hierarchy
Object
UserFolder

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)