Quantcast
Channel: Exchange Server Development forum
Viewing all articles
Browse latest Browse all 7132

How to save attached Appointment from ItemAttachment object in Exchange EWS ?

$
0
0

I`m able to do this with EmailMessage

Item message = Item.Bind(_service, new ItemId(item.Id.UniqueId.ToString()), new PropertySet(BasePropertySet.FirstClassProperties, ItemSchema.Attachments));
           foreach (Attachment attachment in message.Attachments)
           {
                var attItem = attachment as ItemAttachment;
                attItem.Load(new PropertySet(ItemSchema.Attachments));
                mimeContent = attItem.Item.MimeContent;
            }

But I`m wondering how I can do this with Appointment ?

Thank you for help!


Viewing all articles
Browse latest Browse all 7132

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>