Encoding Problem with msg-Format Unicode/Standard
Hi!I've attached a simple application to demonstrate the issue. The app converts *.msg in the program folder to word documents.The same Message was saved as Unicode and std. Outlook-Message. The...
View ArticleMailAddress : problem with long encoded display name
Hello,We encounter a blocking problem using MailAddress (Aspose Email 2.8) and encoded long display name.This code works for a short encoded display name :MailMessage mm = new...
View ArticleHow to create a new MapiNote
Hi,I don't want to create a MapiNote from an existing MapiNote MSG file. How can I do this using Aspose.Email as there are no constructors in the class, and compiler complaints about that.
View Articlelarge .msg file to convert to PST
Hi, I was trying to work with trial license to work with large .msg file to convert to PST but it was taking quite enormous time to do that and also not able to run this dll in multithreaded...
View ArticleCompatibility with SharePoint 2013
Is Aspose.Email Synchronization for SharePoint compatible with SharePoint 2013? I've tried to install a demo version on a SharePoint 2013 server but the setup abort telling that no SharePoint Services...
View ArticleCannot create an Appointment - NullPointerException
The following code works on Windows 7, but it fails on Windows Server 2003 (Tomcat)Calendar calendar = Calendar.getInstance(TimeZone.getTimeZone("GMT"));Date startDate =...
View ArticleNullPointerException while creating an appointment on windows server 2003
Hi,This code generates NullPointerException on Widnows Server 2003. Can you suggest any alternate? Appointment app = new Appointment("Appointment Location", "Appointment Summary", "Appointment...
View Articlelanguage pack for aspose.email?
Hi,When using aspose.email in a different language OS is there a way to show the strings 'From' , 'Subject', 'To' in that particular langauage? Say I have a japanese OS with japanese outlook. When I...
View Article.Net 3.5 Aspose.Email bad characters
Hi I am having an issue when reading and email .msg file using the Aspose.Email DLL the read in HTML body has characters replaced lake the encoding is incorrect. For example and ' char is replaced...
View ArticleExchangeMessageInfo object does not populate Attachments property
Hi,I'm using Aspose.Email libraries to read emails from an Exchange server 2003.I need to find emails with a specific attachement (named myAttachment.xml).This is my code:Const mailboxUri As String =...
View ArticleFollowUp option usage
Hi,Is there any working example of FollowUpManager? I want to add followup to a message.
View ArticleHo to connect to an Exchange server (with ExchangeClient object) using SSL...
Hi, I want to connect to an exchange server 2003 via SSL.I've tried this code (using https in the server uri):Const mailboxUri As String = "https://myExchange2003Server/exchange/myUser"Const username...
View Articlemsg file to tiff conversion with complete email address
Hi Team,Currently i am converting msg file to tiff image.But i need to show the complete sender address in the converted image. Is there any option to show complete address in the converted tiff...
View ArticleWeekly Recursive Meeting related properties in Aspose.Email
In the Outlook when we set a meeting as Recursive meeting, we have many options while sending it as weekly, daily, monthly, etc (as in screen shot) For a weekly recursive meeting, we can choose the...
View Article[Apose Email] Java to get attach zip file with attachment.getContentStream()
Hi there,I am trying to extract a zip file attachment from an email with Java.The project is using Aspose email.I would like to know if I use attachment.getContentStream() to get the inputStream, would...
View ArticleUpdate one instance of a recursive meeting
Hi,Can you please tell me how can we update one occurence of a recurrence meeting (like change in location for one meeting alone) while sending the mail from Aspose.Email?Regards,Deivarayan
View ArticleSave MailMessage to MemoryStream and Retrieve it
Hi, i have a problem and i don't know how can i solve it.I have an MailMessage object. It has subject like "notificación".Then i save it to MemoryStream in MSG format:MemoryStream ms = new...
View ArticleSlow PST File Creation
I'm trying to generate a pst file that will contain about 13K messages. After about 5K messages, the performance slows to a crawl. I've also noticed that it appears the pst file may be buffered in...
View ArticleCreate Message with Attachment
We are trying to export mail into a PST. I am able to create the PST, add folders, and messages. but the attachments are not show up when viewed in Outlook. The size of the messages lets me know the...
View ArticleMIME-encoded headers
I'm loading emails from a .PST, converting the MapiMessage objects to MailMessages using a MailMessageInterpretor and writing the results as .EML files using MailMessage.save(). The resulting files...
View Article