RecipientExpansionInfo.RemoveRecipient Property
The RemoveRecipient property gets the EnvelopeRecipient to replace with new recipients.
Namespace: Microsoft.Exchange.Data.Transport.Routing
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property RemoveRecipient As EnvelopeRecipient
Get
'Usage
Dim instance As RecipientExpansionInfo
Dim value As EnvelopeRecipient
value = instance.RemoveRecipient
public EnvelopeRecipient RemoveRecipient { get; }