แชร์ผ่าน


ชุดค่า 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 มีค่าดังต่อไปนี้: Html, Text

ค่า คำอธิบาย
Html รูปแบบของเนื้อความของข้อความอีเมลเป็น HTML
ข้อความ รูปแบบของเนื้อความของข้อความอีเมลเป็นข้อความธรรมดา

ข้อกําหนด

บริการ: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13

ใช้โดย

ContactInfo