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 ®ionName)
Parameter | Type | Description |
---|---|---|
regionName | const System::String& | Region name (case-insensitive). |
ReturnValue
The list of regions.
See Also
- Class MailMergeRegionInfo
- Class MailMerge
- Namespace Aspose::Words::MailMerging
- Library Aspose.Words for C++