Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 30,712 for

msg

(0.07 sec)
  1. Aspose.Email for .NET 21.6 Release Notes|Docume...

    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....missing when saving calendar to MSG file Bug EMAILNET-40228 Enumerating...

    docs.aspose.com/email/net/aspose-email-for-net-...
  2. Aspose.Email for Java 19.4 Release Notes|Docume...

    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....EMAILNET-39451 Exception on loading MSG Bug EMAILNET-39431 Empty body...attachment when converting EML to MSG Bug EMAILNET-39455 GoogleClient...

    docs.aspose.com/email/java/aspose-email-for-jav...
  3. Aspose::Email::EmlxLoadOptions Class Reference ...

    Public Member Functions | List of all members Aspose::Email::EmlxLoadOptions Class Reference Allows to specify additi......It can be in eml,msg or mhtml format. The default...

    reference.aspose.com/email/cpp/class/aspose.ema...
  4. Aspose.Email for Java 5.1.0 Release Notes|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....Tag not working in template MSG file Exceptions EMAILNET-34689...

    docs.aspose.com/email/java/aspose-email-for-jav...
  5. Aspose::Email::MhtSaveOptions Member List - Asp...

    Aspose::Email::MhtSaveOptions Member List This is the complete list of members for Aspose::Email::MhtSaveOptions , in......(System::SharedPtr< MailMessage > msg) Aspose::Email::MhtSaveOptions...

    reference.aspose.com/email/cpp/class/aspose.ema...
  6. Aspose::Email::Mapi::MapiCalendarExceptionInfo ...

    Aspose::Email::Mapi::MapiCalendarExceptionInfo Member List This is the complete list of members for Aspose::Email::Ma......(System::SharedPtr< MapiCalendar > msg) Aspose::Email::Mapi::MapiCalendarExceptio...

    reference.aspose.com/email/cpp/class/aspose.ema...
  7. Convert OLM to VCF via C# | products.aspose.com

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

    products.aspose.com/email/net/conversion/olm-to...
  8. Convert OLM to EML via C# | products.aspose.com

    Sample code for OLM to EML C# conversion. Use API example code for batch OLM files to EML conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...message in eml format msg.Save( $"{msg.Subject}.eml" , SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  9. Convert OLM to ICS via C# | products.aspose.com

    Sample code for OLM to ICS C# conversion. Use API example code for batch OLM files to ICS conversion within VB.NET, Asp.NET or any .NET based application....( var msg in folder.EnumerateMapiMessage()) { if (msg.SupportedType...mapiCalendarItem = (MapiCalendar)msg.ToMapiMessageItem(); // save...

    products.aspose.com/email/net/conversion/olm-to...
  10. Mapi Task Stop working - Free Support Forum - a...

    Hi, If I create a Mapi Task without the Start And End date and try to send that task to a user then it stop working. but code is being executed successfully. please see the below code. In Outlook we can create a Task w…...Msg); ms.Position = 0; // Convert...MailMessageInterpret.Instance.GetIntepretor(msg.MessageClass); MailMessage eml...

    forum.aspose.com/t/mapi-task-stop-working/26993