Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 32,384 for

mail

(0.07 sec)
  1. Aspose::Words::Settings::MailMergeDataType enum...

    Aspose::Words::Settings::MailMergeDataType enum. Specifies the type of an external Mail merge data source in C++....Specifies the type of an external mail merge data source. enum class...Value Description None -1 No mail merge data source is specified...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. Features|Aspose.Words for Java

    Aspose.Words for Java provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting.... Mail Merge Features You can use Aspose...all standard Microsoft Word Mail Merge fields in your reports...

    docs.aspose.com/words/java/features/
  3. Merge field does not retain indentation after p...

    Hi, I have added merge field in the following way : Here you can see that the merge field is indented. But after I execute MailMerge with Aspose.Words then I get something like following: Here you can see that i…... Why it happens The mail‑merge engine treats each line‑break...(if required) After executing mail merge, walk through the document...

    forum.aspose.com/t/merge-field-does-not-retain-...
  4. Advanced Email Management for .NET Applications...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Getting Mail Tips Microsoft Exchange Server... One of them lets users get mail tips when composing an email...

    docs.aspose.com/email/net/utility-features/
  5. How to Send Email using Java

    In this simple tutorial, we will explore how to send eMail using Java. You will learn how to send eMail using GMail SMTP in Java. The application makes use of simple API calls that can be used in Java environments inside Windows and Linux operating systems....different properties of desired mail message Set SmtpClient properties...information. Finally, we will send the mail message that we created in first...

    kb.aspose.com/email/java/how-to-send-email-usin...
  6. IFieldUserPromptRespondent.Respond | Aspose.Wor...

    Discover the IFieldUserPromptRespondent Respond method to capture user responses effectively. Learn how to handle cancellations seamlessly!...respective REF fields during a mail merge. DataTable table = new...// which will occur during a mail merge. doc . FieldOptions ....

    reference.aspose.com/words/net/aspose.words.fie...
  7. Create Email Messages with Customized Options i...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Set Mail Body Set Plain Text Body A mail body can be...text body" }; Set HTML Body A mail body can also be specified using...

    docs.aspose.com/email/net/create-email-messages/
  8. AttachSignature issue - Free Support Forum - as...

    Hello, FYI: Dim MyMapiMessage As MapiMessage = MapiMessage.Load(str, loadopt) MyMapiMessage.Headers.Set("X-Mailer"... Dim SignedMessage As MapiMessage = New EMail.SecureEMailManager().AttachSignature(MyMapiMessage, MyC…...Microsoft Outlook is strictly a mail-only, transport-level feature...Appointments, or Meeting items.Only mail messages (IPM.Note) can be digitally...

    forum.aspose.com/t/attachsignature-issue/324178
  9. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN field in Java....each page // created during a mail merge done using Microsoft Word...setFieldName("MergeField"); // If we perform a mail merge programmatically, we can...

    reference.aspose.com/words/java/com.aspose.word...
  10. Working with Document in C++|Aspose.Words for C++

    The `Document` class provides various document properties and methods using C++. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for C++. The `Document` object can be saved to a file or stream and also sent to a browser....scratch, open a template for a mail merge, or get different parts...MailMerge object that is used for a mail merge. Document enables you...

    docs.aspose.com/words/cpp/working-with-document/