Class ExchangeCredential
Exchange credential
Inheritance
System.Object
ExchangeCredential
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Exchange
Assembly: Simplic.Exchange.dll
Syntax
public class ExchangeCredential
Properties
| Improve this Doc View SourceDomainName
Gets or sets the domain name
Declaration
public string DomainName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ident
Gets or sets the ident
Declaration
public long Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
IsActive
Gets or sets whether the user is active
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsHostedExchange
Gets or sets whether to use hosted exchange
Declaration
public bool IsHostedExchange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Password
Gets or sets the password
Declaration
public byte[] Password { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
UserId
Gets or sets the internal user id
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserName
Gets or sets the user name
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WasInitialized
Gets or sets whether the user was initialized
Declaration
public bool WasInitialized { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |