AggregationSubscriptionIdParameter.GuidIdentityString Property
Gets a subscription identifier as a pair of GUIDs.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property GuidIdentityString As String
Get
'Usage
Dim instance As AggregationSubscriptionIdParameter
Dim value As String
value = instance.GuidIdentityString
public string GuidIdentityString { get; }
Property Value
Type: System.String
A pair of GUIDs separated by a slash (/) character that identify a mailbox and subscription.
Remarks
The GuidIdentityString property gets a pair of GUID values that identify a mailbox and a subscription without exposing user information. The property is returned in the following format:
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
where the first GUID identifies the mailbox and the second GUID identifies the subscription.