User.EmailFormat 屬性
Gets or sets the e-mail format.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property EmailFormat As EmailFormat
Get
Set
'用途
Dim instance As User
Dim value As EmailFormat
value = instance.EmailFormat
instance.EmailFormat = value
[DataMemberAttribute]
public EmailFormat EmailFormat { get; set; }
[DataMemberAttribute]
public:
property EmailFormat EmailFormat {
EmailFormat get ();
void set (EmailFormat value);
}
[<DataMemberAttribute>]
member EmailFormat : EmailFormat with get, set
function get EmailFormat () : EmailFormat
function set EmailFormat (value : EmailFormat)
屬性值
型別:Microsoft.MasterDataServices.EmailFormat
One of the values of EmailFormat. Possible values are HTML, Text, and NotSpecified.