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; }
ReadOnly Property pop3reader_CustomAttachmentTable As String
Get
Property Value
Type:
StringIf 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