Udostępnij za pośrednictwem


FormRegionManifest.FormRegionType Property (2007 System)

Gets or sets a FormRegionType that determines how the form region appears in an Outlook form.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public Property FormRegionType As FormRegionType
'Usage
Dim instance As FormRegionManifest 
Dim value As FormRegionType 

value = instance.FormRegionType

instance.FormRegionType = value
public FormRegionType FormRegionType { get; set; }
public:
property FormRegionType FormRegionType {
    FormRegionType get ();
    void set (FormRegionType value);
}
public function get FormRegionType () : FormRegionType 
public function set FormRegionType (value : FormRegionType)

Property Value

Type: Microsoft.Office.Tools.Outlook.FormRegionType
A FormRegionType that determines how the form region appears in an Outlook form.

Exceptions

Exception Condition
InvalidOperationException

Locked is true.

ArgumentException

The value is greater than 256 characters in length.

.NET Framework Security

See Also

Reference

FormRegionManifest Class

FormRegionManifest Members

Microsoft.Office.Tools.Outlook Namespace