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

msg

(0.09 sec)
  1. Aspose::Email::Mapi::MapiMessage Class Referenc...

    Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Friends |......Saves to the specified file as Msg . More... void SaveAsTemplate...Saves to the specified stream as Msg . More... void SaveAsTemplate...

    reference.aspose.com/email/cpp/class/aspose.ema...
  2. How can I retrieve properties such as Conversat...

    Using the example in http://www.aspose.com/docs/display/emailnet/Fetch+Messages+from+an+Exchange+Server+Mailbox, how can one retrieve these MAPI properties? The properties exist in Microsoft Exchange (other tools can acc…...MailMessage msg = client.FetchMessage(emi.UniqueUri); if (msg.Headers["Thread-Index"]...WriteLine("Thread-Index = " + msg.Headers["Thread-Index"]); if (msg.Headers["Thread-Topic"]...

    forum.aspose.com/t/how-can-i-retrieve-propertie...
  3. Convertt EML to PDF - Free Support Forum - aspo...

    According to the documentation provided at: it should be relatively easy to load an EML file and then save it as a PDF. However, when I try to implement the code, I do not get ‘DefaultPdf’ as a valid save option. He…...lic"); // Load EML/MHTML/MSG file as MailMessage Aspose.Email...

    forum.aspose.com/t/convertt-eml-to-pdf/242150
  4. Programming Email Verification|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....eml, emlx, mht MAPI Formats: msg, oft Aspose.Email provides the...

    docs.aspose.com/email/java/programming-email-ve...
  5. msgsaveoptions - Aspose.Email for Java - API Re...

    Contains documentation for all the methods & classes required to create applications using Aspose.Email for Java....values for saving message to Msg(ASCII) format. static MsgSaveOptions...values for saving message to Msg(Unicode) format....

    reference.aspose.com/email/java/com.aspose.emai...
  6. Convert OFT to MHTML via Java | products.aspose...

    Try the code sample to convert OFT files to MHTML format in Java. Download Java API to take your email processing applications to the next level....manipulate an email message stored in MSG format. The SaveOptions class...EMLX , ICS , MBOX , MHTML , MSG , OFT , OLM , OST , PST , VCF...

    products.aspose.com/email/java/conversion/oft-t...
  7. Convert OFT to EMLX via Java | products.aspose.com

    Try the code sample to convert OFT files to EMLX format in Java. Download Java API to take your email processing applications to the next level....manipulate an email message stored in MSG format. The SaveOptions class...EMLX , ICS , MBOX , MHTML , MSG , OFT , OLM , OST , PST , VCF...

    products.aspose.com/email/java/conversion/oft-t...
  8. Hiding a value in message - Free Support Forum ...

    Hi, We know that message headers can be used to add secret values to the message that can be retrieved at the receiving end. However, this isn't much safe as anyone can explore the headers section. Is there any other w…...encryptedData); using (MapiMessage msg = new MapiMessage("user1@gmail...property = new MapiProperty(msg.NamedPropertyMapping.GetNext...

    forum.aspose.com/t/hiding-a-value-in-message/27427
  9. mailmessage - Aspose.Email for Java - API Refer...

    Contains documentation for all the methods & classes required to create applications using Aspose.Email for Java....buildResponse ( MailMessage msg) Builds the forwarding messages...buildResponse ( MailMessage msg) Builds the replying messages...

    reference.aspose.com/email/java/com.aspose.emai...
  10. How to get correct Delivery Time - Aspose.Email...

    For me ToUniversalTime(), returns wrong time only, I have tried in system X, I am getting wrong time....Here is my code: MapiMessage msg = new MapiMessage(); var mailstring...stream.Seek(0, SeekOrigin.Begin); msg = MapiMessage.FromStream(stream);...

    forum.aspose.com/t/how-to-get-correct-delivery-...