Click or drag to resize

ServicePropertiespop3reader_CustomAttachmentTable Property

If not specified, email attachments are saved to xot_email_attachments. This table must have same schema definition as xot_email_attachments.. If this is the same table as CustomEmailTable the table must have all the schema of both the xot_email_data and xot_email_attachments.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string pop3reader_CustomAttachmentTable { get; }

Property Value

Type: String
If not specified, email attachments are saved to xot_email_attachments. This table must have same schema definition as xot_email_attachments.. If this is the same table as CustomEmailTable the table must have all the schema of both the xot_email_data and xot_email_attachments.
Remarks
Applies to ServiceInstance pop3reader only.
See Also