_JournalItem.Recipients Property
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.
Returns a Recipients collection that represents all the recipients for the Outlook item. Read-only.
public:
property Microsoft::Office::Interop::Outlook::Recipients ^ Recipients { Microsoft::Office::Interop::Outlook::Recipients ^ get(); };
public Microsoft.Office.Interop.Outlook.Recipients Recipients { get; }
Public ReadOnly Property Recipients As Recipients
Property Value
Remarks
A recipient can be specified by a string representing the recipient's display name, alias, or full SMTP e-mail address.