EmailFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the preferred email delivery format that is associated with a user.
public enum class EmailFormat
[System.Runtime.Serialization.DataContract(Name="EmailFormat", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum EmailFormat
[<System.Runtime.Serialization.DataContract(Name="EmailFormat", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EmailFormat =
Public Enum EmailFormat
- Inheritance
-
EmailFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Not specified |
HTML | 1 | The email format is HTML that may include hyper link references. |
Text | 2 | The email format is plain text. |
Remarks
The EmailFormat simple type specifies the preferred email delivery format that is associated with a user.