FollowUpManager.GetVotingButtons

FollowUpManager.GetVotingButtons method

Get the available message voting buttons.

public static string[] GetVotingButtons(MapiMessageItemBase message)
ParameterTypeDescription
messageMapiMessageItemBaseThe MapiMessageItemBase in which the buttons are added.

Return Value

The list of added voting buttons.

Exceptions

exceptioncondition
ArgumentNullExceptionIf message is null.

See Also