Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 26,623 for

msg

(0.14 sec)
  1. Convert VCF to OFT via C# | products.aspose.com

    Sample code for VCF to OFT C# conversion. Use API example code for batch VCF files to OFT conversion within VB.NET, Asp.NET or any .NET based application....VCF to OFT C# Conversion var msg = MapiContact.FromVCard( "contact...vcf" ).GetUnderlyingMessage(); msg.Save( "contact.oft" , SaveOptions...

    products.aspose.com/email/net/conversion/vcf-to...
  2. Convert PDF to PST in Python | products.aspose.com

    Save PDF to PST within Python applications without using Microsoft Word or Outlook...MHTML (MIME HTML) Convert PDF to MSG (Outlook Message Item File) Convert...

    products.aspose.com/total/python-net/conversion...
  3. Convert WORD to EMAIL in Python | products.aspo...

    Save WORD to EMAIL within Python applications without using Microsoft Word or Outlook...email formats such as MIME, EML, MSG, and PST. It also provides features...(MIME HTML) Convert WORD to MSG (Outlook Message Item File) Convert...

    products.aspose.com/total/python-net/conversion...
  4. Managing Outlook MAPI Journal Entries in PST Fi...

    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....msg” file in the specified data directory..., "AddAttachmentsToMapi_out.msg" )) Working with Contacts in...

    docs.aspose.com/email/python-net/managing-mapij...
  5. Priority parameter not working with New Outlook...

    Hi there! I am using Aspose.Email version 25.2.0 in Openedge 12.8.9. I am making a basic MailMessage variable with IsBodyHtml set to True and I have set the priority tag parameter to MailPriority:High. The file is saved…... var msg = new MailMessage(); msg.From = "sender@domain..."sender@domain.com"; msg.To.Add("receiver@domain.com"); msg.Subject = "importance‑high";...

    forum.aspose.com/t/priority-parameter-not-worki...
  6. Convert BMP to MBOX in Python | products.aspose...

    Save BMP to MBOX within Python applications without using Microsoft Word or Outlook...(Calendar File) Convert BMP to MSG (Outlook Message Item File) Convert...

    products.aspose.com/total/python-net/conversion...
  7. Convert EML to TIFF via C# | products.aspose.com

    Sample code for EML to TIFF C# conversion. Use API example code for batch EML files to TIFF conversion within VB.NET, Asp.NET or any .NET based application....email messages (including EML, MSG, MHT formats) and performing...

    products.aspose.com/email/net/conversion/eml-to...
  8. Java APIs for Popular File Formats | products.a...

    Collection of APIs for Java developers to manipulate files from Word Excel PDF PowerPoint Visio OneNote Email Project Images 3D GIS....read and manipulate Outlook MSG, EML, EMLX, OFT files – add attachments...update subject, body, and other MSG file properties. Aspose.Slides...

    products.aspose.com/total/java/
  9. Convert PST to VCF via C# | products.aspose.com

    Sample code for PST to VCF C# conversion. Use API example code for batch PST files to VCF conversion within VB.NET, Asp.NET or any .NET based application....var msg in contactFolder.EnumerateMapiMessage()) { if (msg.SupportedType...); var contact = (MapiContact)msg.ToMapiMessageItem(); contact...

    products.aspose.com/email/net/conversion/pst-to...
  10. FormatException: System.FormatException: The he...

    Is there a way to diagnose which Header Name triggers it? How can I tell which one is it? The list of Headers: Received: DKIM-Signature: X-CSE-ConnectionGUID: X-CSE-MsgGUID: Message-Id: X-Amp-Result: Received: F…...None); var msg = new MailMessage(); foreach...Substring(idx + 1).Trim(); try { msg.Headers.Add(name, value); //...

    forum.aspose.com/t/formatexception-system-forma...