Using Aspose.Email in an OSGI environment
Are there any plans on making the Aspose.Email library OSGI enabled?
View ArticleMultiple problems creating Exchange Journal related messages
Hi there,We have run into several issues attempting to create MS Exchange compatible (2010+) journal report messages to be placed into a journal mailbox.1) First, we have trouble creating the...
View ArticleHow to convert an MSG to PDF without attachments
Hi ,I am using aspose.email and aspose.word libraries to convert an MSG file to PDF. But when i convert it using the following code, attachments are also getting inserted(which i don't need) to the...
View ArticleWord Hyphen(-) converted to ? on MailMessage.Load
Hello,We encountered a bug with word hyphen(-) in email body, it gets converted to (?). The attached zip file contains a MSG email which you can use to reproduce the bug.We use Aspose.Email for .NET:...
View Article"Attachment can't be null or empty" exception for .ics attachment...
Hi,we have a MSG message which was extracted from one of our clients PST file but failed to be converted to MIME (MailMessage) with the following message "The name of attachment can't be null or...
View ArticleLoading contact from vCard with HTML in Notes field
Hi,Trying to add a contact from vCard to the PST and when I have a Note field in the vCard with HTML or even with "\n" leaves HTML tags (HTML is not rendered) and "\n" newline is also not shown as a...
View ArticleURGENT !!! java.lang.NullPointerException after upgrading to 4.8.0
Hi,Trying to load calendar item and getting an exception:Appointment app = Appointment.load(...);MailMessage msg = new MailMessage();msg.addAlternateView(app.requestApointment());MapiMessage mapi =...
View ArticleURGENT !!!! Could not initialize class com.aspose.email.abq
Hi,I'm using latest aspose 4.8.0 Email for java and trying to add eml to pst and getting next exception:java.lang.NoClassDefFoundError: Could not initialize class com.aspose.email.abq723434: Dec 22...
View Articleclass com.aspose.email.system.exceptions.ArgumentException: Item has already...
Hi,Trying to load calendar item into pst using this code : Appointment app = Appointment.load(..);MailMessage msg = new MailMessage();msg.addAlternateView(app.requestApointment());and getting next...
View ArticleConvert Html body to Plain Text
Please refer to attached msg, it has an html body. How can extract the text of the body without getting the html tags.
View ArticleWhat value is used for MailMessageSaveOptions if not specified in save method?
I used the public void Save ( Stream stream, MailMessageSaveType savetype ) method to save my emails to mht. Using this method sometimes some attachments where saved into the the mht. Now I am handling...
View ArticleIssue while running UNIT test with apsose email 4.8.0
Hi Aspose support team,We recently updated our aspose email verison from 4.7.0 to 4.8.0. But, after the update we are not able to run test cases.It throws exception while starting the test:"Caused by:...
View ArticleEWS FetchMessage - Underlying connection closed: An unexpected error occurred...
Hi,We have been using Email for .Net for some time and have progressed sufficiently in what we want to do, simply download message details for processing in a another application. However at some point...
View ArticleLoop Day of Week
i need to loop threw the MapiCalendarDayOfWeek in a mapicalendar, how can i do this
View Articleappointment Properties
im loading ics and msg files but i dont see the Private or Priority properties of a appointment.
View ArticleHtml Description of Appointment
How can i get the HTML Description of a Appointment. i have a rtf editor that will display html. In office appointments have formatted text for description(rtf)
View ArticleSend Voting Options and read receipt
can you share how to send voting option and read receipts in mailmessage over smtp. and ill also need to read these options when creating a new mailmessage from pop3 or imap
View ArticleNDR from Exchange server with content conversion error for message with...
Aspose.Email version: 4.8.0.Environment: Exchange 2013 SP1 and MS Outlook 2013.Scenario: Our Exchange transport agent performs some manipulations with messages (like changing attachments' name...
View ArticleDNN Gmail Sync Will Not Login
Hello..... I am attempting to use the DNN/Gmail sync module When I enter my email address and password, it says oops cannot login.... I have a valid client ID and secret... We are a Google school and...
View ArticleEmail Exception
in outloook there's a erroer text box that gives errors is there a example how to handle exception when receiving(pop and imap) and sending(smtp) im sure a try catch is what i need. sample...
View Article