Share via


FormRegionKindConstants.Ofs Field (2007 System)

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

See Also

Reference

FormRegionKindConstants Class

FormRegionKindConstants Members

Microsoft.Office.Tools.Outlook Namespace