Aspose::Words::MailMerging::MailMerge::GetFieldNames method

MailMerge::GetFieldNames method

Returns a collection of mail merge field names available in the document.

System::ArrayPtr<System::String> Aspose::Words::MailMerging::MailMerge::GetFieldNames()

Remarks

Returns full merge field names including optional prefix. Does not eliminate duplicate field names.

A new string array is created on every call.

Includes “mustache” field names if UseNonMergeFields is true.

See Also