Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 29,590 for

msg

(1.21 sec)
  1. Create, Save, and Load Outlook Contacts in C++|...

    Create, save, and load Outlook contacts in C++ using MapiContact. Work with properties, photos, Msg, and vCard formats....and read Outlook contacts in MSG and vCard (VCF) formats. Create...contact photo. Save the contact in MSG or vCard (VCF) format. The following...

    docs.aspose.com/email/cpp/outlook-mapi-contacts/
  2. Manage Email Messages & Attachments with Micros...

    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....var msgs = msgsPage . Items ; foreach ( var msg in msgs ) { Console...Console . WriteLine ( msg . Subject ); } Filter Messages by Sent...

    docs.aspose.com/email/net/manage-email-messages...
  3. How to paste values only and paste format only|...

    Use the Paste Special submenu in GridJs to paste only cell text or only cell formatting from the internal GridJs clipboard....pasteFromInternal ( 'text' , msg => { console . log ( msg ); }); // Paste...pasteFromInternal ( 'format' , msg => { console . log ( msg ); }); // Paste...

    docs.aspose.com/cells/net/aspose-cells-gridjs/u...
  4. Working with Outlook Tasks|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 tasks and save them to MSG format. The MapiTask class provides...information. Save the task to disc in MSG format. The following code snippet...

    docs.aspose.com/email/python-net/working-with-o...
  5. Non standard email date format header handling ...

    I have some .eml and some .Msg mail files that contain date headers in a non-standard format: Date: Thu Sep 30 18:58:24 UTC 2021 Good old AI has suggested that I can use this technique for .Msg files: // Create load …...msg mail files that contain date...can use this technique for .msg files: // Create load options...

    forum.aspose.com/t/non-standard-email-date-form...
  6. Differentiate between Inline and Regular Attach...

    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....MapiAttachment att , MapiMessage msg ) { if ( msg . getBodyType () == BodyContentType...messages return false ; else if ( msg . getBodyType () == BodyContentType...

    docs.aspose.com/email/java/differentiate-betwee...
  7. How to Convert Outlook Email to TIFF using Java

    In this simple article, we will learn how to convert Outlook Email to TIFF using Java. You will observe that in order to render Email to TIFF Java based API can be efficiently utilized and the application can be used in any of the Java spported environment in MS Windows, macOS, or Linux....class object to load the source MSG or EML format file Save the accessed...accessed Email (EML/MSG) file to an intermediate MHTML format...

    kb.aspose.com/email/java/how-to-convert-outlook...
  8. Folder Container class mismatch - Free Support ...

    When Message class of the item and container class of the folder does not match , it throws error while in earlier version it was allowed....Contains(msg.SenderName)) { //dest_Folder...AddMapiMessageItem(msg); try { dest_Folder.AddMapiMessageItem(msg); } catch...

    forum.aspose.com/t/folder-container-class-misma...
  9. Create, Save, and Read Outlook Notes in C++|Doc...

    Create, save, and load Outlook notes in Msg format using the MapiNote class in C++ with Aspose.Email....read Outlook notes stored in MSG format. Create and Save an Outlook...width. Save the note to disk in MSG format. The following code sample...

    docs.aspose.com/email/cpp/create-read-outlook-m...
  10. Email body with tab chacters convert to pdf iss...

    We have a .Msg to be converted to PDF. The body contains a sentence, in front of that sentence contains 15+ tab characters. We are converting this Msg file to pdf using below logic Ligic#1: Aspose.Words.Document do…...msg to be converted to PDF. The body...characters. We are converting this msg file to pdf using below logic...

    forum.aspose.com/t/email-body-with-tab-chacters...