Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies that the form region is imported from Outlook.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Const Ofs As String
'Usage
Dim value As String
value = FormRegionKindConstants.Ofs
public const string Ofs
public:
literal String^ Ofs
public const var Ofs : String
Remarks
This constant specifies that the form region inherits from ImportedFormRegion.
If you return this constant in the Kind property of the form region factory class, you must return a valid Outlook Form Storage file in the GetFormRegionStorage method of the form region factory class.
.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.