Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 30,937 for

mail

(0.24 sec)
  1. Aspose::Words::Settings::Odso::get_RecipientDat...

    Aspose::Words::Settings::Odso::get_RecipientDatas method. Gets a collection of objects that specify inclusion/exclusion of individual records in the Mail merge. This object is never null in C++....of individual records in the mail merge. This object is never...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. Aspose::Words::MailMerging::MailMerge::GetField...

    Aspose::Words::MailMerging::MailMerge::GetFieldNamesForRegion method. Returns a collection of Mail merge field names available in the region in C++....method Returns a collection of mail merge field names available...method Returns a collection of mail merge field names available...

    reference.aspose.com/words/cpp/aspose.words.mai...
  3. Convert ICS to EMLX via Java | products.aspose.com

    Try the code sample to convert ICS files to EMLX format in Java. Download Java API to take your eMail processing applications to the next level....events specifically within Apple Mail and other Apple applications...an object representing an e-mail message. It allows to access...

    products.aspose.com/email/java/conversion/ics-t...
  4. MailMergeSettings.dataType property | Aspose.Wo...

    MailMergeSettings.dataType property. Specifies the type of the Mail-merge data source and the method of data access...property Specifies the type of the mail-merge data source and the method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. MailMergeDataSource.create method | Aspose.Word...

    MailMergeDataSource.create method. Creates Mail Merge Data Source from field names and values arrays....create(field_names, field_values) Creates Mail Merge Data Source from field...

    reference.aspose.com/words/python-net/aspose.wo...
  6. MailMergeRegionInfo.Level | Aspose.Words for .NET

    Discover the MailMergeRegionInfo Level property that reveals the nesting level of your regions, enhancing your document automation and efficiency....Examples Shows how to verify mail merge regions. Document doc...doc = new Document ( MyDir + "Mail merge regions.docx" ); // Returns...

    reference.aspose.com/words/net/aspose.words.mai...
  7. ImageFieldMergingArgs.image_file_name property ...

    ImageFieldMergingArgs.image_file_name property. Sets the file name of the image that the Mail merge engine must insert into the document....file name of the image that the mail merge engine must insert into...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MailMergeSettings.header_source property | Aspo...

    MailMergeSettings.header_source property. Specifies the path to the Mail-merge header source...property Specifies the path to the mail-merge header source. The default...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert EML to DOCX in Python | products.aspose...

    Save EML to DOCX in your Python applications without using Microsoft Outlook or Word... EML (Electronic Mail) is a file format used to store...Mozilla Thunderbird, and Apple Mail. DOCX is a file format used...

    products.aspose.com/total/python-net/conversion...
  10. Table Inside Textbox - Free Support Forum - asp...

    I am having an issue with Aspose MailMerge. We have a table that is inside of a textbox. The text is set to align starting outside of the table cells. The PDF is supposed to clip the text rendering outside of the text…...docx"); // create a dataset to mail merge against DataSet ds = new...ds.Tables.Add(dt); // Perform mail merge. doc.MailMerge.Execute(ds...

    forum.aspose.com/t/table-inside-textbox/312008