MeetingRequest.CreateAcceptMessage(Boolean) Método

Definición

Crea una variable local aceptación que se puede personalizar y envía el mensaje de reunión.

public:
 virtual Microsoft::Exchange::WebServices::Data::AcceptMeetingInvitationMessage ^ CreateAcceptMessage(bool tentative);
public Microsoft.Exchange.WebServices.Data.AcceptMeetingInvitationMessage CreateAcceptMessage (bool tentative);
Public Function CreateAcceptMessage (tentative As Boolean) As AcceptMeetingInvitationMessage

Parámetros

tentative
Boolean

true para aceptar provisionalmente la reunión; en caso contrario, false.

Devoluciones

AcceptMeetingInvitationMessage

Una instancia de la AcceptMeetingInvitationMessage que representa la reunión mensaje de aceptación.

Implementaciones

Microsoft.Exchange.WebServices.Data.ICalendarActionProvider.CreateAcceptMessage(System.Boolean)

Se aplica a