Quantcast
Channel: Aspose.Email Product Family
Browsing all 1367 articles
Browse latest View live

Email does not convert to MSG format

This example is from a production system that handles hundreds of email every day - normally the code below works just fine. But not for the attached email, instead raising: "The header name has an...

View Article


Proxy Problem

I tried to sent a mail using , the aspose mail . Aspose.Email.Mail.MailMessage Message = new Aspose.Email.Mail.MailMessage();            Message.From = txtFrom.Text;            Message.To = txtTo.Text;...

View Article


Exception while loading Appointment in MapiMessage

Hi,Trying to execute code :Appointment app = Appointment.load(new ByteArrayInputStream(buffer));MailMessage msg = new MailMessage();msg.addAlternateView(app.requestApointment());MapiMessage mapi =...

View Article

Problems enumerating items in semi-corrupt PSTs/OSTs

Hello, One of our customers has been encountering errors while attempting to load metadata from all items in a PST/OST using Aspose.Email for .NET 3.6. Each PST/OST contains a handful of items that are...

View Article

Imap client not recognizing new messages after connecting and selecting folder

Hi,I am periodically checking for new email in an account to process it. Originally I checked every second (with pausing timer while checking) connecting each time, processing 1 message at a time and...

View Article


IMAP with NTLM

Is it possible to connect to an IMAP server with NTLM (not explicitly sending the users password, just using current credentials)?I can send the server, and the userid if required, but do not want to...

View Article

I cannot see the name of the attachments correctly

Hi,Using version 3.6.0.0, the EML file is loaded fine, but I cannot see the name of the attachments correctly. This is an example of the name that I...

View Article

attachment in EML file

I have aspose-total java licensedI am struggling with the following:I open a .eml file, and all of the embedded images aren't listed as attachmentsWhen I attach the image, I can find it under...

View Article


BCC list is visible to recipients

Hi, I'm having a strange issue when sending emails, recipients can see the addresses of those in the bcc. It's happening for multiple hosts:email.banckle.commail.aspose.comsmtp.gmail.comCould you...

View Article


Attachment in the appointment

Hi,Trying to add appointment from the vcf file and to add and attachment to it.So, I'm doing the next :Appointment app = Appointment.load(new ByteArrayInputStream(buffer));Attachment tmpAttachement =...

View Article

Imap Asynchronous methods: Deleting Message by MessageID

Hi,Is there any reason why the asynchronous Begin and End Fetch methods can only fetch based on sequence number and not also on the message ID, as synchronous Fetch can? Especially for parallel...

View Article

Add files to pst

Hi, I programmatically create .pst files and add mail messages (msg) to it. Is it possible in any way to create non-email files (pdf etc.) to the pst file? I can also do that by dragging such files to...

View Article

MSG to EML conversion

Hi,I extracted messages from a PST file and saved to disk as .msg files. I loaded the .msg files from disk and converted it to EML files. 1) some characters in the EML has "=" which is not in the MSG...

View Article


Load / Conver task from VCF

Hi,Is there any option to load / convert task from VCF file?Thanks

View Article

'x-gbk' is not a supported encoding

I add x-gbk for jdk7, so i can use Charset.forName("x-gbk") in my program. But when i add msg or eml to PST, it's show the following exception ( aspose-email-3.6.0)PS. the attach file includ test.msg...

View Article


Garbage message body when saved in MSG format....

Hi,We have been using  Aspose.Email product mail in .MSG format. But for one particular .eml file we are getting the corrupted body of converted MSG file. We have been using following code -try...

View Article

MSG to EML conversion

Hi,I am using Aspose email 3.6.0 java version.  I converted a PST file to eml using Aid4Mail and Aspose and observed several differences.  Aid4mail directly converts PST to eml.  In Aspose I have to...

View Article


MapiCalendarRecurrencePattern

Hi,Trying to set an recurrence and I missing some information:1) What is a period ?2) If I set OccurrenceCount do I have to set EndType ?3) What is EndType ?4) Can you provide a sample how to set :a)...

View Article

Hebrew characters turned garbage

Hi,trying to load appointment with non english characters (hebrew) using  ://Convert iCalendar to MapiCalendarString appFileName = "89.ics";Appointment app = Appointment.load(appFileName);MailMessage...

View Article

Create EML email in draft/unsent state for Outlook for Mac

I am trying to generate an email of EML format for use in Outlook on Macs.The email is getting generated but when I open it, it’s in a read-only state. I would like it to open in draft/unsent mode, so...

View Article
Browsing all 1367 articles
Browse latest View live