: ExchangeServiceBinding.GetEvents (Método) (Microsoft.SharePoint.Portal.WebControls)
Requests notifications from the Microsoft Exchange Server 2007 Client Access server.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<SoapHeaderAttribute("MailboxCulture")> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("SerializedSecurityContext")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetEvents", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
Public Function GetEvents ( _
GetEvents1 As GetEventsType _
) As GetEventsResponseType
'Uso
Dim instance As ExchangeServiceBinding
Dim GetEvents1 As GetEventsType
Dim returnValue As GetEventsResponseType
returnValue = instance.GetEvents(GetEvents1)
[SoapHeaderAttribute("MailboxCulture")]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)]
[SoapHeaderAttribute("SerializedSecurityContext")]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetEvents", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)]
public GetEventsResponseType GetEvents (
GetEventsType GetEvents1
)
Parámetros
- GetEvents1
Notifications to request.
Valor devuelto
An array of items and events that occurred in a mailbox since the last notification.
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)