Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets a String (string in C#) representing a free-form field, usually containing the display name of the journalizing application (for example, "MSWord".) Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Type As String
Get
Set
'Usage
Dim instance As _JournalItem
Dim value As String
value = instance.Type
instance.Type = value
[DispIdAttribute()]
string Type { get; set; }
Property Value
Type: System.String