_DistListItem.RemoveMember Method
Removes an individual member from a given distribution list.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub RemoveMember ( _
Recipient As Recipient _
)
'Usage
Dim instance As _DistListItem
Dim Recipient As Recipient
instance.RemoveMember(Recipient)
[DispIdAttribute()]
void RemoveMember(
Recipient Recipient
)
Parameters
Recipient
Type: Microsoft.Office.Interop.Outlook.RecipientThe Recipient to be removed from the distribution list.