EmailAddressPolicyPriority Members
Include Protected Members
Include Inherited Members
Represents the priority at which an e-mail address policy is applied.
The EmailAddressPolicyPriority type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EmailAddressPolicyPriority(Int32) | ||
EmailAddressPolicyPriority(String) |
Top
Methods
Name | Description | |
---|---|---|
CompareTo(EmailAddressPolicyPriority) | ||
CompareTo(Object) | ||
Equals(EmailAddressPolicyPriority) | ||
Equals(Object) | (Overrides ValueType.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides ValueType.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse | ||
ToInt32 | ||
ToString | (Overrides ValueType.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Compares two EmailAddressPolicyPriority instances for equality. | |
Explicit(Int32 to EmailAddressPolicyPriority) | ||
Implicit(EmailAddressPolicyPriority to Int32) | ||
Inequality |
Top
Fields
Name | Description | |
---|---|---|
AllowedCharacters | ||
Highest | Represents the highest priority that can be applied to an e-mail address policy. | |
HighestPriorityValue | ||
LenientHighestPriorityValue | ||
Lowest | ||
LowestPriorityValue | ||
MaxLength |
Top