UserEmailInfo Class
Describes a hosted email account.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.HostedEmail.UserEmailInfo
Syntax
public class UserEmailInfo
public ref class UserEmailInfo
Public Class UserEmailInfo
Constructors
Name | Description | |
---|---|---|
UserEmailInfo() | Creates a new instance of a UserEmailInfo object. |
Properties
Name | Description | |
---|---|---|
EmailAccount | Retrieves information on a hosted email account. |
|
WSSUserName | Retrieves the name of a Windows Server 2012 Essentials user. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Remarks
This object exists primarily to associate a hosted email account with Windows Server user.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top