MimeAddressReader.IsGroup property
The IsGroup property indicates whether the current recipient is a group or an individual.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsGroup As Boolean
Get
'Usage
Dim instance As MimeAddressReader
Dim value As Boolean
value = instance.IsGroup
public bool IsGroup { get; }
Property value
Type: System.Boolean