_ExchangeUser.FirstName Property
Returns a String (string in C#) representing the first name of the ExchangeUser. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property FirstName As String
Get
Set
'Usage
Dim instance As _ExchangeUser
Dim value As String
value = instance.FirstName
instance.FirstName = value
[DispIdAttribute()]
string FirstName { get; set; }
Property Value
Type: System.String
Remarks
This property corresponds to the MAPI property, PidTagGivenName.
Returns an empty string if this property has not been implemented or does not exist for the ExchangeUser object.