mail Schema
comment Element
mail Schema > mail Element : comment Element

Glossary Item Box

Description

Content of the message body of the email.
Namespace (none)

Type

xs:string

Diagram

comment Element

Overview

comment optional xs:string
Content of the message body of the email.

Source

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

See Also