Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 20,590 for

msg

(0.05 sec)
  1. Convert OFT to ICS via Java | products.aspose.com

    Try the code sample to convert OFT files to ICS format in Java. Download Java API to take your email processing applications to the next level....with Microsoft Outlook Message (MSG) files. It provides methods for...creating, modifying, and saving MSG files programmatically. Additionally...

    products.aspose.com/email/java/conversion/oft-t...
  2. Convert PST to ICS via Java | products.aspose.com

    Try the code sample to convert PST files to ICS format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : calendarFolder. enumerateMapiMessage..."Message" + count + ".ics" ; if (msg. getSupportedType () == MapiItemType...

    products.aspose.com/email/java/conversion/pst-t...
  3. Developer Guide|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....& Manipulate, Convert ICS to MSG Working with Outlook Items Working...

    docs.aspose.com/email/net/developer-guide/
  4. How Many Conversion Support by IMAP for Backup ...

    Platform : C# How many conversion support by IMAP for backup and restore?...on imap server like eml pst msg mbox? And how many types of files...

    forum.aspose.com/t/how-many-conversion-support-...
  5. NullReferenceException ListMessages using Graph...

    Hi I am using the following code to fetch Messages: List AllEnvelopes = new List(); TotalCount = 0; using (var client = GetGraphClient(apiUrl, settings, mailbox)) { var inbox = client.ListFolders().First(fi => fi.D…...Select(msg => new stcListEnvelope { Subject = msg.Subject,... Date = msg.Date, From = msg.Sender.DisplayName, UniqueId = msg...

    forum.aspose.com/t/nullreferenceexception-listm...
  6. Convert OLM to EML via Java | products.aspose.com

    Try the code sample to convert OLM files to EML format in Java. Download Java API to take your email processing applications to the next level....the folder for (MapiMessage msg : folder. enumerateMapiMessage...each message in EML format msg. save (msg. getSubject () + ".eml"...

    products.aspose.com/email/java/conversion/olm-t...
  7. Working with Folders on Exchange Server|Documen...

    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....using FetchMessage() MailMessage msg = client . fetchMessage ( strMessageURI...out . println ( "Subject: " + msg . getSubject ()); } } else {...

    docs.aspose.com/email/java/working-with-folders...
  8. Unified merged save option - Free Support Forum...

    Hi There was a case for a new unified merged save option of all calendars, appointment and related items: AppointmentIcsSaveOptions AppointmentMsgSaveOptions AppointmentSaveOptions MapiCalendarIcsSaveOptions MapiCa…...Msg or .Oft Because such large number...

    forum.aspose.com/t/unified-merged-save-option/3...
  9. Creating and Saving Outlook Notes in Ruby|Docum...

    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" , Rjb :: import ( 'com.aspose...aspose.email.NoteSaveFormat' ) . Msg ) puts "Created outlook note...

    docs.aspose.com/email/java/creating-and-saving-...
  10. How to Create a PST File in Python

    This short tutorial focuses on how to create a PST file in Python. You will get familiar with the process to create a new PST file in Python with the help of a few lines of code along with the option to insert different types of folders into it....converting an EML file to an MSG file in Python, refer to the...article on how to Convert EML to MSG using Python . Updated on 19...

    kb.aspose.com/email/python/how-to-create-a-pst-...