Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.