Outlook 2013 sp1 Add In body.getAsync not working for appointments

Copper Contributor

Outlook 2013 sp1 Add In body.getAsync not working for appointments.

 

I have tried:

Office.cast.item.toItemCompose(Office.context.mailbox.item).body.getAsync(Office.CoercionType.Html, function (result) {

 

and

 

Office.context.mailbox.item.body.getAsync(Office.CoercionType.Html, function (result) {

 

Any ideas?  It works in all other versions supporting Add Ins

 

Thanks,

Patrick
     

0 Replies