c# - How to get Item web client id in Exchange 2007 using EWS Managed API -
I have an email message saved in the Drafts folder. I need to open an edit form in the browser, but the ID used by the web client can not be found in this property, but it fails with Microsoft Exchange Server 2007. What is optional? Any help is appreciated.
I have found
ExchangeService Services = New Exchange Service (); Email message message = email message.band (new item id ("some iid")); Var alternateId = new optional id (); Optional IDUINIID = Message.ID UNICID; Alternative id Mailbox = "sommailbox"; Optional id format = id format.assidid; Var Converted IID = Service. Converters (alternative ed, format. Owaid) alternatively;
and the converted ID. What i need;
Comments
Post a Comment