AddressEntry.Address Property
Returns or sets a String (string in C#) representing the e-mail address of the AddressEntry. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Address As String
Get
Set
'Usage
Dim instance As AddressEntry
Dim value As String
value = instance.Address
instance.Address = value
[DispIdAttribute()]
string Address { get; set; }
Property Value
Type: System.String
Remarks
The Address property must be set before calling the AddressEntry.Details method.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace