Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 18,692 for

mailmessage

(0.03 sec)
  1. Generate Reports in MSG Files via .NET | produc...

    C# source code to generate MSG format reports on .NET Framework, .NET Core, and Xamarin Platforms....C# Create a template from MailMessage Add dynamic fields for Subject...TemplateEngine using the MailMessage object Create data source...

    products.aspose.com/email/net/assembly/msg/
  2. Adding Attachments and HTML Text to Outlook Msg...

    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....of type MailMessage MailMessage msg = new MailMessage (); // Set...

    docs.aspose.com/email/net/adding-attachments-an...
  3. Manage Attachments in Email Message in Ruby|Doc...

    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....Create a new instance of MailMessage class message = Rjb :: import...import ( 'com.aspose.email.MailMessage' ) . new # Set subject of...

    docs.aspose.com/email/java/manage-attachments-i...
  4. Convert ICS to MHTML via Java | products.aspose...

    Try the code sample to convert ICS files to MHTML format in Java. Download Java API to take your email processing applications to the next level.... With the MailMessage class you can create an object...additional options when saving MailMessage to MHTML format. The code...

    products.aspose.com/email/java/conversion/ics-t...
  5. Generate Reports in OST Files via Java | produc...

    Java sample code to create OST format reports on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Java Create a template as MailMessage and add dynamic fields Create...TemplateEngine using the MailMessage object Call TemplateEngine...

    products.aspose.com/email/java/assembly/ost/
  6. Convert ICS to MBOX via C# | products.aspose.com

    Sample code for ICS to MBOX C# conversion. Use API example code for batch ICS files to MBOX conversion within VB.NET, Asp.NET or any .NET based application.... Create a MailMessage and add appointment as alternate...WriteMessage method. Pass the MailMessage. MBOX file will be saved...

    products.aspose.com/email/net/conversion/ics-to...
  7. Generate Reports in PST Files via .NET | produc...

    C# source code to generate PST format reports on .NET Framework, .NET Core, and Xamarin Platforms....C# Create a template as MailMessage and add dynamic fields Create...TemplateEngine using the MailMessage object Call TemplateEngine...

    products.aspose.com/email/net/assembly/pst/
  8. Create New Email in Python|Documentation

    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....instance of MailMessage class message = self . MailMessage () \ #...

    docs.aspose.com/email/java/create-new-email-in-...
  9. Getting an error processing a PDF attachment - ...

    <p>I am using using the Aspose.Email to get attachments out of an Outlook email like this:</p> var Mailmessage = Aspose.Email.Mail.Mailmessage.Load(stream); var attachments = Aspose.Email.Outlook.MapiMessage.F…...this:</p> var mailMessage = Aspose.Email.Mail.MailMessage.Load(stream);...MapiMessage.FromMailMessage(mailMessage).Attachments; var pdfAttachment...

    forum.aspose.com/t/getting-an-error-processing-...
  10. How to Send Email using SMTP in Python

    This step by step tutorial focuses on how to send email using smtp in Python. You will learn to utilize a Python script to send email using SMTP in any Python configured environment in Windows and Linux....recipient information using MailMessage class instance Use the SmtpClient...creating an email message using MailMessage class instance to populate...

    kb.aspose.com/email/python/how-to-send-email-us...