create task in delegate folder
MailMessage.Load, problem with body
Exception converting .eml file to .msg file with certain ATTENDEE values
I'm using Aspose.Email to convert .eml files to .msg files. I've encountered a couple of cases where converting a meeting message with specific content (or lack thereof) will generate an exception. This is another instance separate from the others I've recently entered.
I'm using this code to do the conversion
MailMessage msg = MailMessage.Load("file.eml", MessageFormat.Eml);
msg.Save("file.msg",MailMessageSaveType.OutlookMessageFormat); <-generates exception
In this case, the text/calendar section contains this line;
ATTENDEE;SENT-BY="MAILTO:1234@emc.com";ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=ES1TU 0000 04:MAILTO:ES1TU000004@customer.local
If I remove the part in red, the entry is converted successfully. Here's the entire text/calendar entry that causes the error.
Content-Type: text/calendar; charset="utf-8"; method=REQUEST
Content-Transfer-Encoding: 8bit
BEGIN:VCALENDAR
METHOD:REPLY
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Romance Standard Time
BEGIN:STANDARD
DTSTART:16010101T020000
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T020000
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
ATTENDEE;SENT-BY="MAILTO:1234@emc.com";ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=ES1TU 0000
04:MAILTO:ES1TU000004@customer.local
COMMENT;LANGUAGE=enUS:\n\n
SUMMARY;LANGUAGE=en-US:test meeting
DTSTART;TZID=Romance Standard Time:20130413T080000
DTEND;TZID=Romance Standard Time:20130413T083000
UID:040000008200E00074C5B7101A82E008000000000043F24A5B2CCE01000000000000000
0100000003B1B807E8E7E4C4AAED6C88159B2ADFC
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20130329T125625Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:1
LOCATION;LANGUAGE=en-US:my office | dial in +44234 745\, PIN dkkd 2
5170#
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-OWNERAPPTID:-1357039651
X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DISALLOW-COUNTER:FALSE
END:VEVENT
END:VCALENDAR
images are not displaying in Emails
Hi Aspose Team,
I am using Aspose.Email tool to save and upload outlook .msg file in our website.
When those Emails are coming for display in browser, any image in the mail are not displaying.
Can you please check. I am copying the HtmlBody of the email object in our page for display.
Uploading one email which contains image for sample. Please guide.
Thanks
Amit Burnwal
Email Attachments
message To value is incorrect.
I'm using the Aspose Email ddl to grab some emails from accounts in a local mail exchange.
ExchangeMessageInfo msgInfo
var msgUri = msgInfo.UniqueUri;
var msg = client.FetchMessage(msgUri);
I've been testing with emails and found something very odd.
When I try to retrieve an email that contains more than one 'To" email address the value of
msg.To shows the first address correctly, but then shows only the name of the second email address and if there are any more email address they do not show.
E.G. I send an email to:
"123" <123@mail.com>; "abc" <abc@mail.com>; "def" <def@mail.com>;
The To value ends up being: (semi-colon shown to distinguish a different mail address)
"123" <123@mail.com>; "abc"
When I manually view the email, it contains all of the To: email addresses.
Is there some sort of setting that I am missing? Or is this a bug?
Grateful for any help,
Andrew
Does Aspose.Email support SASL?
How do I save a message in drafts on an exchange mailbox
Email Attachments limit of 3 attachments
MSG to PDF
Slow PST File Creation
Email to PDF issue
Hi support,
When the attached email is converted to PDF, the text from the sides is removed. See the attachment here.
Marc
Exchange 2013
Hi,
I use your component for connecting to Exchange and want to know does it support Exchange 2013?
Eml Validation
Aspose.Email support encrypted mail?
Hey, Will your Aspose.Email for Java supports encrypted mail it?
The encryption method is to obtain the X509 certificate, and then encrypt the message content sent through SMTP?
An example of what?
Msg file sender address incorrect format
Not detecting Attachments
Hi Support,
The attached ZIP file contains a email and it contains attachment.
I am using "Aspose.Email.Mail.MailMessage" to read the email. When i check it says no attachments are available. Where as there is a attachment in the email.
Please Help,
Cheers,
ValuePRO
How to set Remainder using Aspose.Email while sending MailMessage through SmtpClient
Hi,
We are using Aspose.Email to send meeting requests through our application (Windows Forms application in VB / Framework 3.5).
Please let me know how can we set reminder like Remind before 2 hours or Remind before 5 mins along with the meeting request?
Note: Reminder needs to be set for mail sent through SmtpClient approach
How to map Aspose.Email.Mail.Appointment.UniqueId with Interop.Outlook.AppointmentItem.GlobalAppointmentId
When we create a meeting request (Aspose.Email.Mail.Appointment)
and send it through SmtpClient, we can set the UniqueId property which is used
to identify the Meeting item in Outlook.
For ex I can set the unique id as “123” and send an
appointment. And if I need to update the appointment, I would send another
meeting with the same UniqueId i.e., “123”
But when I try to get that appointment from the Outlook /
Outlook Addin, this UniqueId is not available anywhere.
Also the provided GlobalAppointmentId is not same as this
UniqueId Id.
Please let us know how we can map these two Ids?
Note: Our requirement is to Sync the Outlook Meetings with an external application through the meeting requests are sent (using Aspose.Email)
Read MSG file metadata
Hi,
Can we read the name of the first user who sent the message if it is a threaded mail , uisng Aspose.mail for .net .or do I have to split it form the messgae body.
Thanks,
Sanoj