Outlook msg file to tiff image
Hi Kasif,I am able to convert the msg file to tiff image by using the below code.public static string ConvertMSGToTiff(string OutputFolder, string FullInputFileName) { string...
View ArticleCannot decrypt signed (and encrypted) mail
Hello, I wrote an application to extract all attachments out of an email. This works in most of the circumstanced, but lately the application needs to be able to process signed (and encrypted)...
View ArticleDrag and drop to Janus Grid
Hi ThereI use the following code to save an outlook message when the message is dropped on a Janus (Janus 4.xx) gridVB.net Target is 64 bit and frame work 4Unfortunately args1 is always nothing Any...
View ArticleCreating rules using Exchange
Hi,Is it possible that we can create defined rules for mailbox using EWS? e.g. if I want to create a rule for inbox for a message, can I use your EWS for this purpose? I could not find any example in...
View ArticleConnecting to Exchange Server
Hi Aspose,First of all, I would like to say I am newbe for email. What I would like to achieve is to download the attachment from email . I am reading documentation and testing with sample codes.I try...
View ArticleMapiMessage Custom AddressType (PR_ADDRTYPE)
We are trying to create an MSG using a custom Recipient Address Type (Recipient Table -> PR_ADDRTYPE) for a faxing integrated solution. The problem is that MapiMessage.AddressType is readonly, so we...
View ArticleMSG Support for Microsoft Fax Address (IMCEAFAX) format
We are trying to create MSG for a fax integration solution which uses the Microsoft Fax Address (IMCEAFAX) format such as...Fax User[Fax:2123654852]...or...Fax User@/FN=fax#/VN=voice#/CO=My...
View ArticleMailPrinter Embedded Images within MSG not Present in TIFF/XPS
When using the MailPrinter to open an MSG that contains embedded images - the images are removed from the document. I thought this was a limitation of the evaluation license, but even using a temporary...
View ArticleHow to access Task details?
HiI want to access the details of Task which is saved on disc. This detail is Mileage, Billing information and Company Name. How to access this information using MapiTask??
View Articlehttp 440 Timeout exception with EWS Exchange server
HiI have a customer with an exchange server (EWS from the customer). I can access this email through Google Chrome, but cannot access in my code. Below is my code snippet. I am creating an...
View ArticleHow do you access MailMessage BillingInformation in VB.Net for a .msg file?
How do you access BillingInformation in VB.Net for a .msg file? I have this code: Dim msg As New Aspose.Email.Mail.MailMessage() msg = Aspose.Email.Mail.MailMessage.Load(Email,...
View ArticlePST won't open after adding MSG files
I created a PST file using the ASPOSE EMail API and then add MSG files using the same API but when I try to open the file in Outlook, I get an errorERROR:Cannot expand the folder. Windows Search...
View Articlehow to check ImapClient connection state
How can I verify connection state of Aspose.Email.Imap.ImapClient (connected, broken, closed etc. )?For the former Aspose.Network it was possible via State property.Best Regards, Michael
View ArticleImages not rendering correctly from EML files
Hi,While trying to convert attached EML file into MHTML, we see the company logo appearing at the bottom out of nowhere, it's not present in the original EML file.We are ultimately trying to convert...
View ArticleWrong encoding for body and attachment names when ignoreAttachment = True
Hi,I found that setting ignoreAttachment = True for FetchMessage very often corrupt body and attachment names for russian mails - they are displayed in wrong encoding. When ignoreAttachment parameter...
View ArticleProblem accessing OpenVMS FTP
Hi there,we are currently evaluating the FTP Library within an integration project at a customer. Here we need to connect to an OpenVMS FTP Server via code. The connection is working fine. After login...
View ArticleSFTP issue with Aspose.network
We are having a problem connecting the aspose.network component we purchased as part of Aspose.Total to one specific sftp server, maytech.net.. The aspose software has successfully connected to the...
View ArticleSftpConnectException - Server doesn't support versions 3 or 6
Hi,I recently tried to use Aspose.Network to make an SFTP connection but when I try to make a simple connection I am receiving the following exception: Aspose.Network.Sftp.SftpConnectException: Server...
View ArticleFTPS Functionality - EPSV passive mode, option to skip passive IP, quote (raw...
I am trying to use your Network library to connect to an FTPS server on a z/OS mainframe.I am able to connect, but the data transfer times out.The server/network requires using the EPSV passive mode,...
View Article