OutlookAddIn.GetFormRegions Method (2007 System)
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Function GetFormRegions As FormRegionReadOnlyCollection
'Usage
Dim instance As OutlookAddIn
Dim returnValue As FormRegionReadOnlyCollection
returnValue = instance.GetFormRegions()
public FormRegionReadOnlyCollection GetFormRegions()
public:
FormRegionReadOnlyCollection^ GetFormRegions()
public function GetFormRegions() : FormRegionReadOnlyCollection
Return Value
Type: Microsoft.Office.Tools.Outlook.FormRegionReadOnlyCollection
Remarks
To access form regions that appear in Microsoft Office Outlook, call the FormRegions property of the Globals class. . For more information Accessing a Form Region at Run Time.
.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.