Share via


EmailAdapter.AttachmentType Property

InfoPath Developer Reference

Gets or sets the type of file to be attached to the e-mail message submitted with an EmailAdapter object.

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.AttachmentType

expression   An expression that returns a EmailAdapter object.

Return Value
XdAttachmentType

Remarks

Use the XdAttachmentType enumeration to specify the type of file attached to the e-mail message, which can be a form file (.xml), a form file (.xml) along with a form template file (.xsn), or no file.

See Also