mail Schema
subject Element
mail Schema > mail Element : subject Element

Glossary Item Box

Description

Subject of the email.
Namespace (none)

Type

xs:string

Diagram

subject Element

Overview

subject optional xs:string
Subject of the email.

Source

<xs:element name="subject" type="xs:string" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                            Subject of the email.
                        </xs:documentation>
  </xs:annotation>
</xs:element>

See Also