Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 20,912 for

msg

(0.14 sec)
  1. Loading MailMessage using MapiMessage.FromMailM...

    I am getting an “Email address is not valid” exception trying to load a MailMessage object into a MapiMessage object even though all included email addresses within the MailMessage appear to be valid. I have attached a …...Product Family email-net , email-msg skowald November 26, 2025, 1:49pm...executing is using (MailMessage msg = MailMessage.Load(process_result...

    forum.aspose.com/t/loading-mailmessage-using-ma...
  2. NotImplementedException in Aspose.Drawing.Graph...

    Hi Support Team, We are experiencing a NotImplementedException when attempting to use the GraphicsPath.IsOutlineVisible method from the Aspose.Drawing library in our application. Problem Description: When calling Grap…...FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam...InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam...

    forum.aspose.com/t/notimplementedexception-in-a...
  3. Get Messages from a Shared Mailbox|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....item : items ) { MapiMessage msg = client . fetchItem ( item );...out . println ( "Subject:" + msg . getSubject ()); } client ....

    docs.aspose.com/email/java/get-messages-from-a-...
  4. Export EML to WORDML via C++ | products.aspose.com

    C++ API to Convert EML to WORDML without using Microsoft Word or Outlook...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...eml" ); // save EML as a HTML msg -> Save ( u "HtmlOutput.html"...

    products.aspose.com/total/cpp/conversion/eml-to...
  5. Convert ICS to OFT via C# | products.aspose.com

    Sample code for ICS to OFT C# conversion. Use API example code for batch ICS files to OFT conversion within VB.NET, Asp.NET or any .NET based application.... Save as MSG to MemoryStream. Load from MemoryStream...be converted // save ICS as a MSG using var msgStream = new MemoryStream();...

    products.aspose.com/email/net/conversion/ics-to...
  6. Convert ICS to OST via C# | products.aspose.com

    Sample code for ICS to OST C# conversion. Use API example code for batch ICS files to OST conversion within VB.NET, Asp.NET or any .NET based application.... Save as MSG to MemoryStream. Open an OST...be converted // save ICS as a MSG using var msgStream = new MemoryStream();...

    products.aspose.com/email/net/conversion/ics-to...
  7. Working with large PST files|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....(extractAttachments), // save msg to a stream (saveMessageToStream)...MapiMessage msg = pst . extractMessage ( id ); msg . save ( "message...

    docs.aspose.com/email/java/working-with-large-p...
  8. Features Overview|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....Outlook Email Message Format (MSG) emails. Import Microsoft HTML...Outlook PST file to Outlook MSG files Bulk Mail Features Supports...

    docs.aspose.com/email/java/features-overview/
  9. Convert HTML to Other Formats|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....PreserveOriginalDate = true } Convert HTML to MSG After loading the HTML content...MailMessage object, save it as an MSG file using the Save method, specifying...

    docs.aspose.com/email/net/converting-between-fo...
  10. Managing Messages in PST Files|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....are then saved to a disk in MSG format. Try it out! Run the ConversationThread...either a disk or a stream in MSG format. // For complete examples...

    docs.aspose.com/email/net/managing-messages-in-...