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