Share via


IFormRegionFactory.GetFormRegionStorage Method

Returns an Outlook Form Storage (.ofs) file.

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

Syntax

'Declaration
Function GetFormRegionStorage ( _
    outlookItem As Object, _
    formRegionMode As OlFormRegionMode, _
    formRegionSize As OlFormRegionSize _
) As Byte()
byte[] GetFormRegionStorage(
    Object outlookItem,
    OlFormRegionMode formRegionMode,
    OlFormRegionSize formRegionSize
)

Parameters

  • outlookItem
    Type: System.Object
    The Outlook item that caused the form region to load.

Return Value

Type: array<System.Byte[]
A Byte array that contains the contents of the .ofs file.

Remarks

This method is called only if the Kind property of the form region factory returns the Ofs enumeration value.

.NET Framework Security

See Also

Reference

IFormRegionFactory Interface

Microsoft.Office.Tools.Outlook Namespace