MimeAddressReader.GroupRecipientReader property
The GroupRecipientReader property gets a MimeAddressReader structure that represents a group recipient.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property GroupRecipientReader As MimeAddressReader
Get
'Usage
Dim instance As MimeAddressReader
Dim value As MimeAddressReader
value = instance.GroupRecipientReader
public MimeAddressReader GroupRecipientReader { get; }
Property value
Type: Microsoft.Exchange.Data.Mime.MimeAddressReader
Remarks
Accessing the GroupRecipientReader property when the IsGroup property is false results in an InvalidOperationException.