Class EMailMergeTargetType
What type of delivery system to use for a mail merge
Inheritance
System.Object
EMailMergeTargetType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class EMailMergeTargetType : Enum
Fields
BestFit
0: Default to mail, then fax, then printer
Declaration
public const EMailMergeTargetType BestFit
Field Value
Type | Description |
---|---|
EMailMergeTargetType |
Electronic
1: Default to mail, then fax
Declaration
public const EMailMergeTargetType Electronic
Field Value
Type | Description |
---|---|
EMailMergeTargetType |
Fax
3: Deliver by fax
Declaration
public const EMailMergeTargetType Fax
Field Value
Type | Description |
---|---|
EMailMergeTargetType |
2: Deliver by mail
Declaration
public const EMailMergeTargetType Mail
Field Value
Type | Description |
---|---|
EMailMergeTargetType |
Printer
4: Deliver to printer
Declaration
public const EMailMergeTargetType Printer
Field Value
Type | Description |
---|---|
EMailMergeTargetType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Xml
5: Output mails as xml. This target is used in conjunction with external mail clients.
Declaration
public const EMailMergeTargetType Xml
Field Value
Type | Description |
---|---|
EMailMergeTargetType |
XmlFax
6: Same as Xml, but use fax format for recipient addresses
Declaration
public const EMailMergeTargetType XmlFax
Field Value
Type | Description |
---|---|
EMailMergeTargetType |
Extension Methods
EnumUtil.MapEnums<From, To>(From)