attributeGroup "addressProperties"
Namespace:
Content:
Defined:
globally in mule-smtp.xsd; see XML source
Includes:
definitions of 6 attributes
Used:
XML Representation Summary
<...
    to
 = 
xsd:string
    from
 = 
xsd:string
    subject
 = 
xsd:string
    cc
 = 
xsd:string
    bcc
 = 
xsd:string
    replyTo
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (6); see within schema source)
<xsd:attributeGroup name="addressProperties">
<xsd:attribute name="to" type="xsd:string"/>
<xsd:attribute name="from" type="xsd:string"/>
<xsd:attribute name="subject" type="xsd:string"/>
<xsd:attribute name="cc" type="xsd:string"/>
<xsd:attribute name="bcc" type="xsd:string"/>
<xsd:attribute name="replyTo" type="xsd:string"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined in this component only; 6/6)
bcc
Type:
xsd:string, predefined
Use:
optional
A comma separated list of email addresses to blind carbon copy to.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="bcc" type="xsd:string"/>

cc
Type:
xsd:string, predefined
Use:
optional
A comma separated list of email addresses to carbon copy to.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="cc" type="xsd:string"/>

from
Type:
xsd:string, predefined
Use:
optional
The address of the sender of the email.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="from" type="xsd:string"/>

replyTo
Type:
xsd:string, predefined
Use:
optional
The address used by default if someone replies to the email.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="replyTo" type="xsd:string"/>

subject
Type:
xsd:string, predefined
Use:
optional
The email subject.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="subject" type="xsd:string"/>

to
Type:
xsd:string, predefined
Use:
optional
The destination for the email.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="to" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.