_ExchangeUser.Name Property
Returns or sets a String (string in C#) value that represents the display name for the ExchangeUser 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 _ExchangeUser
Dim value As String
value = instance.Name
instance.Name = value
[DispIdAttribute()]
string Name { get; set; }
Property Value
Type: System.String
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Get Information About the Current User
How to: Get Information About Direct Reports of the Current User's Manager