_DistListItem.RemoveMember(Recipient) Method

Definition

Removes an individual member from a given distribution list.

public:
 void RemoveMember(Microsoft::Office::Interop::Outlook::Recipient ^ Recipient);
public void RemoveMember (Microsoft.Office.Interop.Outlook.Recipient Recipient);

Parameters

Recipient
Recipient

The Recipient to be removed from the distribution list.

Applies to