Sending Voting buttons with Excchange

Hi,


While testing the feature of Voting buttons, we get exception with the following code. It works with v 4.2.0 without any exception (though no voting buttons are present at receiving end).

So there are two issues.


- Getting exception when sending message with voting buttons to remote end
- Voting buttons not present with v 4.2.0 of the API

M i missing something?


using (IEWSClient client = some EWS Client())
{
MailMessage message = new MailMessage("from@domain.com", "to@domain.com", "Msg with Voting buttons", "Body");
DateTime startDate = DateTime.Now;
FollowUpOptions options = new FollowUpOptions("Follow up", startDate, startDate.AddDays(2), startDate.AddDays(1));
//options.RecipientsFlagRequest = "Forward";
//options.RecipientsReminderTime = startDate;
options.VotingButtons = "Yes;No;Maybe;Exactly!";
client.Send(message, options);
}

Hi Aaron,


Thank you for contacting Aspose support team.

I have tested the example and observed that exception is raised. This issue is logged under Id: EMAILNET-34980 in bug reporting system for further investigation by the product team. I shall write here as soon as some feedback is received in this regard.

Note: I have provided them the additional information about behavior of Aspose.Email for .NET 4.2 in this regard.


The issues you have found earlier (filed as EMAILNET-34980) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.