Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

Hebrew characters turned garbage

$
0
0
Hi,
trying to load appointment with non english characters (hebrew) using  :

//Convert iCalendar to MapiCalendar

String appFileName = "89.ics";

Appointment app = Appointment.load(appFileName);

MailMessage msg = new MailMessage();

msg.addAlternateView(app.requestApointment());

MapiMessage mapi = MapiMessage.fromMailMessage(msg);

MapiCalendar calendar = (MapiCalendar)mapi.toMapiMessageItem();


The appointment in outlook looks with ?????? instead of characters.

Please see attached file and advise.


Thanks



Viewing all articles
Browse latest Browse all 1367

Trending Articles