_Explorer.Caption Property

Returns a String (string in C#) representing the title. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Caption As String
    Get
'Usage
Dim instance As _Explorer
Dim value As String

value = instance.Caption
[DispIdAttribute()]
string Caption { get; }

Property Value

Type: System.String

See Also

Reference

_Explorer Interface

_Explorer Members

Microsoft.Office.Interop.Outlook Namespace