Recipients.Add(String) 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.
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.