Share via


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
Property Address As String
    Get
    Set
'Usage
Dim instance As AddressEntry
Dim value As String

value = instance.Address

instance.Address = value
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

AddressEntry Interface

AddressEntry Members

Microsoft.Office.Interop.Outlook Namespace