Slow PST Speed
While adding messages to PST using this API, we have noticed overall performance hit once the PST size raises up to 2+ GB. Is there any solution to this?
View ArticleProblem with named properties mapping.
I have problem with named properties mapping when I save messages to PST and try to open it later. Below code that shows this:using (PersonalStorage pst = PersonalStorage.Create(@"c:\test.pst",...
View ArticleCertificate Signed Date-Time Incorrect
Hi,I use SMTPClient to send a message and a certificate for Signing is attached to the message. The email is successfully sent with the certificate attached but the 'Signed at' Date on the security...
View ArticleLoad a new message of type msg
Dim message As MailMessage = New MailMessage()message = MailMessage.Load("c:\test\test.msg", MessageFormat.Msg);And the error message isBC30311: Value of type 'Aspose.Email.Mail.MessageFormat' cannot...
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 ArticleSend encrypt message to multiple recipient
HiHow do we send a message to multiple recipientFollowing is the codeDim vMsg as String = "c:\temp\2\test.msg"Dim msg As MailMessage = MailMessage.Load(vMsg)Dim Certificates1 As X509Certificate2 = New...
View ArticleExchange + Mono/OSX Works - Not 365?
Hey guys,My group has developed a plugin architecture that involves searching for information within Exchange. We have recently expanded this to other platforms and decided we would just see what...
View ArticleMailMessage.IsSigned and MailMessage.Decrypt raises error
This error is still present in Aspose.Email Version 5.3.0.0 (2015-05-10)Why dows MailMessage.IsSigned return true and MailMessage.Decrypt() throws an error "Mail message is not signed"???this error...
View ArticleSync SharePoint 2013 document library with Dropbox account
Hello,Can you please let me know if Aspose.Email supports integration of Dropbox and SharePoint 2013 document library.I want to sync both SharePoint 2013 document library and Dropbox account...
View ArticleMono - 2nd IMapClient Timeout
Hey guys,We're using the latest 5.3 Aspose.Email assemblies and have run into a bit of an issue whenever we create the 2nd IMapClient object within a Mono/Mac (Yosemite 10.10) environment. We have a...
View ArticleFolder DisplayName contains backslash
Hi,we're copying PST file structure from file A to file B while we try to preserve the folder structure. That includes the RootFolder name of the PST (I do know this isn't visible to the user, but we...
View ArticleAre you able to move email messages to different folders using an impa...
Are you able to move email messages to different folders using an impa connection?v
View ArticleExchangeMessageInfo/IMapMessageInfo/PST Size Info?
The documentation is very sparse when it comes to describing various size or length properties. In some cases, the online documentation is completely blank and we believe there could be a...
View ArticleSmtpClient - 'User Name' with 'User Email Address'
Hi,I would like to know if it is possible to include 'User Name' along with 'Email Address' when sending an email using smtpclient. I could see that 'SmtpClient.UserName', 'MailMessage.From' refers to...
View ArticleExchange - Meeting Request Email and 'To' Property
Hi Guys,Our QA team have filed a bug whereby retrieving meeting request emails using Aspose.Email 5.3.0.0, the 'To' property provides the list of optional recipients. The expectation is that 'To'...
View ArticleDelete of items in PST folder results in file increase
Hi,we're occasionally need to remove items in PST subfolders. We observed that doing that results in significant file size increase.As a test I created a small console app (source attached) which...
View ArticleNot Able to Read Signed Emails - Gmail
Hi,I sign an email using X509 certificate and send with 'SmtpClient.Send'. At the recipient end I expect the email to show the message and the body along with the details of the certificate used to...
View ArticleGenerating images from eml
Hello!I'm using Aspose Words for creating images from eml files. But the country specific characters in the "From" or "To" field of the email are not displayed correctly in the output image. Here is my...
View ArticleMailQueryBuilder issue with date and Imap
Hi,I'm trying to use MailQueryBuilder with IMAP server. My query is very simple:Dim builder As MailQueryBuilder = New MailQueryBuilder()builder.InternalDate.Before(DateTime.Now,...
View ArticleSpecial characters in mapimessage
Hello,I am saving mail from an exchange server as a mapimessage in SharePoint.(see code.txt)._client is a IEWSClient.I am using third party software to convert the mail to pdf. But all special...
View Article