Recipient.Address Property
Returns a String (string in C#) representing the e-mail address of the Recipient. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Address As String
Get
'Usage
Dim instance As Recipient
Dim value As String
value = instance.Address
[DispIdAttribute()]
string Address { get; }
Property Value
Type: System.String