ExchangeServiceBinding.ProxyRequestTypeHeader Property
Gets or sets whether a proxy request is cross-site or cross-forest.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ProxyRequestTypeHeader As AvailabilityProxyRequestType
Get
Set
'Usage
Dim instance As ExchangeServiceBinding
Dim value As AvailabilityProxyRequestType
value = instance.ProxyRequestTypeHeader
instance.ProxyRequestTypeHeader = value
public AvailabilityProxyRequestType ProxyRequestTypeHeader { get; set; }
Property Value
Type: Microsoft.SharePoint.Portal.WebControls.AvailabilityProxyRequestType
A string representing whether a proxy request is cross-site or cross-forest.
Remarks
This element is used by the SOAP header. For more information about how this element is used, see the .wsdl file in Exchange 2007.