Recipients.Add(String) Method

Definition

Creates a new recipient in the Recipients collection.

public:
 Microsoft::Office::Interop::Outlook::Recipient ^ Add(System::String ^ Name);
public Microsoft.Office.Interop.Outlook.Recipient Add (string Name);
Public Function Add (Name As String) As Recipient

Parameters

Name
String

The name of the recipient; it can be a string representing the display name, the alias, or the full SMTP e-mail address of the recipient.

Returns

A Recipient object that represents the new recipient.

Applies to