共用方式為


EmailFormat 值集 - 客戶管理

定義電子郵件訊息本文的可能格式。

語法

<xs:simpleType name="EmailFormat" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Html">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Text">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

EmailFormat值集具有下列值:HtmlText

描述
Html 電子郵件訊息的本文格式為 HTML。
文字 電子郵件訊息本文的格式為純文字。

需求

服務: CustomerManagementService.svc v13
命名 空間: https://bingads.microsoft.com/Customer/v13

消費者

ContactInfo