ServicePropertiespop3reader_CustomEmailTable Property |
If not specified, email attachments are saved to xot_email_data. This table must have same schema definition as xot_email_data. If this is the same table as CustomAttachmentTable 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)
Syntaxstring pop3reader_CustomEmailTable { get; }
ReadOnly Property pop3reader_CustomEmailTable As String
Get
Property Value
Type:
StringIf not specified, email attachments are saved to xot_email_data. This table must have same schema definition as xot_email_data. If this is the same table as CustomAttachmentTable 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