Upravit

Sdílet prostřednictvím


EmailAttachmentType Enum

Definition

Specifies the type of form files attached to an e-mail message.

public enum class EmailAttachmentType
public enum EmailAttachmentType
type EmailAttachmentType = 
Public Enum EmailAttachmentType
Inheritance
EmailAttachmentType

Fields

Name Value Description
None 0

No file will be attached. Only the form view will be sent as the e-mail message body.

Xml 1

The attachment is a form file (.xml).

XmlXsn 2

The attachment is a form file (.xml) along with its associated form template file (.xsn).

Remarks

Use the EmailAttachmentType to specify the EmailAttachmentType property of the EmailSubmitConnection class and the EmailAttachmentType property of the MailEnvelope class.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Applies to