DoNotUseMeFolderClass.ShowAsOutlookAB Property
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Property ShowAsOutlookAB As Boolean
Get
Set
'Usage
Dim instance As DoNotUseMeFolderClass
Dim value As Boolean
value = instance.ShowAsOutlookAB
instance.ShowAsOutlookAB = value
public virtual bool ShowAsOutlookAB { get; set; }
Property Value
Type: System.Boolean