how to display receipts email address in EWS?
In the EWS, I found that in a saved draft EmailMe开发者_StackOverflowssage m, people could use m.DisplayTo to get receipt's name, but no property to display email address. Then how and where can I get the receipt's email address and ccRecipt's email address, assume that recipt and ccRecipt are not null in the draft.
Use the ToRecipients and CCRecipients properties. They are collection of EmailAddress instances.
精彩评论