Memory leaks in MboxrdStorageReader
Hello Team,I have to read MBOX file and convert it in to PST file on Mac OS X. I am using Aspose.Email for Java API. While reading MBOX file using MboxrdStorageReader, it is taking huge memory greater...
View ArticleVS 2017 debugging
When debugging, hovering over the ImapClient object causes an error:Evaluating the function 'Aspose.Email.CredentialsByHostClient.ConnectionState.get'timed out and needed to be aborted in an unsafe...
View ArticleCommon identifiers for mails in conversation - Aspose.Email - Java
Hi,We are using Aspose.Email for Java Version 17.2 to parse MapiMessages from a PersonalStorage class.We would like a single identifier to reference multiple mails in a conversation, the way outlook...
View ArticleEWSClient folder type
Is there a way to find the folder class or folder type? When reading through the folders there is no way to tell which fetch method should be used to get the messages. In one specific case there is a...
View ArticleUnable to connect with POP3 server with 110 Port
Unable to connect with POP3 server with 110 Port. The below is the exception. Moreover, able to connect with 995 port. Please help me resolve the same.AsposeException: No data...
View ArticleAccess to Aspose.Email archived versions
The Aspose.Email .Net download page has a button that says "Show more files". It does not work. We are using version 1.4 but BCC is broken. I attempted to apply V17 to address this issue but V17...
View ArticleMail skipping issue in MboxrdStorageReader
Hello Team,I am trying to read mails using aspose mbox reader.But i get some fails fail.Refer below code MboxrdStorageReader objMBOXReader = null;try{objMBOXReader = new...
View ArticleException processing email attachments
Hi,We are getting exceptions when processing email attachments that filenames contain double single quotes at the end (test''.txt). The exception occurs when the Attachment.Name setter is invoked....
View ArticleO365 recurrence
Hi AsposeUsing the below ICS file and code, running Aspose.Email for Java 17.3, a recurring event is successfully added to the PST. However if we then use a New-MailboxImportRequest cmdlet to import...
View ArticleEWSClient GetContact exception
When our code executes "Contact c = ewsClient.GetContact(sEntryID);" An exception "Object reference not set to an instance of an object." is raised. The stack trace shows the exception is raised by "at...
View ArticleMBOX to nsf Conversion
Hello, Is There a way to read and convert from a MBOX file to other file format like .NSF using Aspose.email? Thank & regards!Mantu Malakar
View ArticleEWSclient message class
This is another request for EWS contain class/message class information. It turns out that if you delete a contact, I also would guess it applies to a task, appointment, etc., the items in the deleted...
View ArticleAccepting Appointments
Hi AsposeIf importing an ICS file as an appointment, using the code and ics file below, the appointment is shown as 'Not Accepted' in Outlook. The Organizer address displays correctly, but the...
View ArticleProcessing Mbox using PersonalStorage
Hello,We are processing mbox extracts by first converting them to PersonalStorage using the following call: PersonalStorage pst = MailStorageConverter.mboxToPst(inputStream,pstFieName);This call...
View ArticleRRULE event change uses wrong time
Hi AsposeUsing Aspose.Email for Java 17.4, if we load the ICS file below using the code below, the 4 events are created OK, but the meeting time after the changed event is one hour out, 8am instead of...
View ArticleMboxrdStorageReader fails to read MBOX file using Aspose.Email for JAVA API
Hello Team,I have to read MBOX file by using aspose MBOX reader(MboxrdStorageReader). But Aspose MBOX reader is not read any mail from MBOX file. Actually there are 16 mails in the MBOX file. Aspose...
View ArticleProblem converting e-mail (msg file) to pdf
Hello. I wanted to convert some saved emails files to pdf with the following code but it fails with the attached msg file (it hangs after printing "3"). Code is based in this previous post (I have...
View ArticleConnect to a User's Online Archive
How can I find out if a user has an archive and connect to it? There is no explicit method about it and no overload.Server 2013 Exchange
View ArticleIssue in the header of the MailMessage PST file
Hi Team,Just for a reference , I am using the following simple code to create my PST filePlease see the attachment, it is showing This message has not been sent....
View Article