FollowUpManager.RemoveVotingButton

FollowUpManager.RemoveVotingButton method

Removes the voting button.

public static void RemoveVotingButton(MapiMessageItemBase message, string displayName)
ParameterTypeDescription
messageMapiMessageItemBaseThe MapiMessageItemBase in which the voting button is removed.
displayNameStringThe display name of button.

Exceptions

exceptioncondition
ArgumentNullExceptionIf message is null.
ArgumentExceptionIf displayName is null or empty.

See Also