FormDescription.DisplayName Property

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.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property DisplayName As String
    Get
    Set
'Usage
Dim instance As FormDescription
Dim value As String

value = instance.DisplayName

instance.DisplayName = value
[DispIdAttribute()]
string DisplayName { get; set; }

Property Value

Type: System.String

Remarks

If both the FormDescription.Name and FormDescription.DisplayName properties are empty, setting one will set the other. If one has been previously set, setting the other will not change the value.

See Also

Reference

FormDescription Interface

FormDescription Members

Microsoft.Office.Interop.Outlook Namespace