Contains information about the owner of a folder.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkFolderOwnerInformation
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The FolderOwnerInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FolderOwnerInformation | Initializes a new instance of the FolderOwnerInformation class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | DisplayName |
A display string that can be used to represent the folder's owner.
|
![]() | HostName |
The hostname of the host to which the folder's owner belongs.
|
![]() | UserId |
The userID of the user that owns the folder.
|
See Also