FormDescription.OneOff Property
Returns a Boolean (bool in C#) value that indicates True if the form will be discarded after using once (one-off), and False if the form is retained as a custom form. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property OneOff As Boolean
Get
Set
'Usage
Dim instance As FormDescription
Dim value As Boolean
value = instance.OneOff
instance.OneOff = value
[DispIdAttribute()]
bool OneOff { get; set; }
Property Value
Type: System.Boolean