Get the available merge fields that have been defined against this message


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property MergeFieldDefinitions As MergeFieldDefinitionCollection
C#
public MergeFieldDefinitionCollection MergeFieldDefinitions { get; }
C++
public property MergeFieldDefinitionCollection MergeFieldDefinitions sealed  {
    MergeFieldDefinitionCollection get();
}
J#
/** property */
public MergeFieldDefinitionCollection get_MergeFieldDefinitions();
JScript
public function get MergeFieldDefinitions() : MergeFieldDefinitionCollection

Property Value

The list of all the merge field definitions

Exceptions

Exception TypeCondition
ApiExecutionExceptionThrown when an issue obtaining the merge field definitions.

See Also