_ContactItem.Email3EntryID Property
Returns a String (string in C#) representing the entry ID of the third e-mail entry for the contact. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Email3EntryID As String
Get
'Usage
Dim instance As _ContactItem
Dim value As String
value = instance.Email3EntryID
[DispIdAttribute()]
string Email3EntryID { get; }
Property Value
Type: System.String