_DistListItem.RemoveMember(Recipient) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.