0 votes
by (160 points)

var messageInfo = client.GetMessageInfo(item.Id, EwsItemFields.Envelope | EwsItemFields.Body);
...
var text = messageInfo.Body.Content;

ps.RequestedBodyType = BodyType.Text

Applies to: Rebex Secure Mail

2 Answers

+1 vote
by (15.2k points)
selected by
 
Best answer

0 votes
by (15.2k points)

by (160 points)
The software communicates to Exchange 2010 SP3.
...