AddressEntry.Name Property
Returns or sets a String value (string in C#) the display name for the object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Name As String
Get
Set
'Usage
Dim instance As AddressEntry
Dim value As String
value = instance.Name
instance.Name = value
[DispIdAttribute()]
string Name { get; set; }
Property Value
Type: System.String
Remarks
It is necessary for the Name property to be set before calling the AddressEntry.Details method.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace