Enum EMailMergeTargetType
What type of delivery system to use for a mail merge
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum EMailMergeTargetType
Fields
Name | Description |
---|---|
BestFit | 0: Default to mail, then fax, then printer |
Electronic | 1: Default to mail, then fax |
Fax | 3: Deliver by fax |
2: Deliver by mail |
|
Printer | 4: Deliver to printer |
Xml | 5: Output mails as xml. This target is used in conjunction with external mail clients. |
XmlFax | 6: Same as Xml, but use fax format for recipient addresses |