Show / Hide Table of Contents

Class EMailMergeTargetType

What type of delivery system to use for a mail merge

Inheritance
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

Mail

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__

What type of delivery system to use for a mail merge

Declaration
public int value__
Field Value
Type Description
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top