IEwsHttpWebRequest.ConnectionGroupName property

Gets or sets the name of the connection group for the request.

The ConnectionGroupName property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

Syntax

'Declaration
Property ConnectionGroupName As String
    Get
    Set
'Usage
Dim instance As IEwsHttpWebRequest
Dim value As String

value = instance.ConnectionGroupName

instance.ConnectionGroupName = value
string ConnectionGroupName { get; set; }

Property value

Type: System.String
The name of the connection group for the request.

See also

Reference

IEwsHttpWebRequest interface

IEwsHttpWebRequest members

Microsoft.Exchange.WebServices.Data namespace