Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 9,384 for

mapimessage

(0.06 sec)
  1. Utility Features|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....detailed example of creating a MapiMessage with voting options for creating...; i ++ ) { MapiMessage message = new MapiMessage ( "from@gmail...

    docs.aspose.com/email/java/utility-features/
  2. Aspose Email - Sender header with special chara...

    Hello, I am using the 2025-11 version or Aspose Java Email. I am using it to convert an MSG message to an EML. The conversion works but it has a problem with the header “Sender”. The sender in this case contains the …...obtained through MapiMessage mapi = MapiMessage.fromMailMessage(new...message content. MapiMessage msg = MapiMessage.load("issued.msg");...

    forum.aspose.com/t/aspose-email-sender-header-w...
  3. Working with Attachments and Embedded Objects|D...

    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....dat) MapiMessage msg = MapiMessage . load ( "message...extractInlineAttachm () { MapiMessage message = MapiMessage . load ( "MSG...

    docs.aspose.com/email/java/working-with-attachm...
  4. Convert OLM to VCF via Java | products.aspose.com

    Try the code sample to convert OLM files to VCF format in Java. Download Java API to take your email processing applications to the next level.... The MapiMessage class provides developers...files int count = 1; for (MapiMessage msg : folder. enumerateMapiMessage...

    products.aspose.com/email/java/conversion/olm-t...
  5. 在 Exchange 服务器上处理日历项|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....Create invitation MapiMessage mapiMessage = client . createCalendarSharin...true ); MailMessage mail = mapiMessage . toMailMessage ( options...

    docs.aspose.com/email/zh/java/working-with-cale...
  6. PST | Not able to convert .ics files to PST | P...

    Not able to convert .ics file to PST format using aspose lib getting below error. C:\Users\Tejas>python calendarissue.py Traceback (most recent call last): File “mailissue.py”, line 57, in run() File “mailissue.py”,…...mapi import MapiMessage, MapiContact from aspose...test-1727695419 (2).eml')) #result = MapiMessage.from_mail_message(MailMessage...

    forum.aspose.com/t/pst-not-able-to-convert-ics-...
  7. Cannot open ics files - Free Support Forum - as...

    Hi I have a few sample ics files and none of them open. I am trying to convert them to msg files as per your documentation here: Convert ICS to MSG via C# | products.aspose.com I keep getting an error “The MailMessage …...MapiMessage.d(LK d, OutlookMessageFormat...t) at Aspose.Email.Mapi.MapiMessage.n(MailMessage d, MapiConversionOption...

    forum.aspose.com/t/cannot-open-ics-files/248987
  8. View or Edit EML Files Metadata via .NET | prod...

    C# source code to edit or view EML format metadata on .NET Framework, .NET Core, and Xamarin Platforms....EML file via an object of MapiMessage Get message type to access...load the message in with MapiMessage.Load var mail = Aspose.Email...

    products.aspose.com/email/net/metadata/eml/
  9. View or Edit PST Files Metadata via .NET | prod...

    C# source code to edit or view PST format metadata on .NET Framework, .NET Core, and Xamarin Platforms....PST file via an object of MapiMessage Get message type to access...load the message in with MapiMessage.Load var mail = Aspose.Email...

    products.aspose.com/email/net/metadata/pst/
  10. Convert MHTML to PST via C# | products.aspose.com

    Sample code for MHTML to PST C# conversion. Use API example code for batch MHTML files to PST conversion within VB.NET, Asp.NET or any .NET based application....file with MapiMessage.Load. Add the loaded MapiMessage to the Inbox...AddSubFolder( "Inbox" ); var msg = MapiMessage.Load( "sourceFile.mhtml"...

    products.aspose.com/email/net/conversion/mhtml-...