Share via


FormDescription Members

Include Protected Members
Include Inherited Members

This object, member, or enumeration is deprecated and is not intended to be used in your code.

The FormDescription type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Public property Category Returns or sets a String (string in C#) representing the category assigned to the form description. Read/write.
Public property CategorySub Returns or sets a String (string in C#) representing the subcategory assigned to the form description. Read/write.
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Public property Comment Returns or sets a String (string in C#) representing the text of a comment assigned to the form description. Read/write.
Public property ContactName Returns or sets a String (string in C#) representing the name of the person to contact for information regarding the custom form for this FormDescription object. Read/write.
Public property DisplayName Returns or sets a String (string in C#) representing the name of the form, which is displayed in the Choose Forms dialog box. Read/write.
Public property Hidden Returns a Boolean (bool in C#) value that indicates True to cause the specified custom form to be hidden. Read/write.
Public property Icon Returns or sets a String (string in C#) representing the file name of the icon to be displayed for the form. Read/write.
Public property Locked Returns a Boolean (bool in C#) value that indicates True if the form cannot be modified. Read/write.
Public property MessageClass Returns a String (string in C#) representing the message class for the FormDescription object. Read-only.
Public property MiniIcon Returns or sets a String (string in C#) representing the file name of the mini-icon to be displayed for the form. Read/write.
Public property Name Returns or sets a String (string in C#) value that represents the display name for a form. Read/write.
Public property Number Returns or sets a String (string in C#) corresponding to the number for the specified form. Read/write.
Public property OneOff 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.
Public property Parent Returns the parent Object of the specified object. Read-only.
Public property Password This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public property ScriptText Returns a String (string in C#) containing all the VBScript code in the form's Script Editor. Read-only.
Public property Session Returns the NameSpace object for the current session. Read-only.
Public property Template Returns or sets a String (string in C#) indicating the name of the template for the form. Read/write.
Public property UseWordMail Returns a Boolean (bool in C#) that indicates True to use Microsoft Office Word as the default editor for the form. Read/write.
Public property Version Returns or sets a String (string in C#) indicating the number of the version. Read/write.

Top

Methods

  Name Description
Public method PublishForm Saves the definition of the FormDescription object in the specified form registry (library).

Top

See Also

Reference

FormDescription Interface

Microsoft.Office.Interop.Outlook Namespace