Aspose::Words::MailMerging::MailMerge::GetRegionsByName method

MailMerge::GetRegionsByName method

Returns a collection of mail merge regions with the specified name.

System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Aspose::Words::MailMerging::MailMergeRegionInfo>>> Aspose::Words::MailMerging::MailMerge::GetRegionsByName(const System::String &regionName)
ParameterTypeDescription
regionNameconst System::String&Region name (case-insensitive).

ReturnValue

The list of regions.

See Also