_DistListItem.AddMember(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.
Adds a new member to the specified distribution list. The distribution list contains Recipient objects that represent valid e-mail addresses.
public:
void AddMember(Microsoft::Office::Interop::Outlook::Recipient ^ Recipient);
public void AddMember (Microsoft.Office.Interop.Outlook.Recipient Recipient);
Parameters
- Recipient
- Recipient
The recipient to be added to the list.
Remarks
Use the AddMembers(Recipients) method to add multiple members to a given distribution list.