VotingInformation.UserOptions Propiedad

Definición

Obtiene la lista de opciones de votación.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::VotingOptionData ^> ^ UserOptions { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::VotingOptionData ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.VotingOptionData> UserOptions { get; }
Public ReadOnly Property UserOptions As Collection(Of VotingOptionData)

Valor de propiedad

Collection<VotingOptionData>

Comentarios

Esta propiedad contendrá datos en los mensajes que contienen botones de voto o en los mensajes de solicitud de aprobación. Estará vacío en la votación de los mensajes de respuesta.

Se aplica a