FaxServer.GetExtensionProperty method

The GetExtensionProperty method retrieves an extension configuration property stored at the server level.

Syntax

FaxServer.GetExtensionProperty( _
  ByVal bstrGUID As String, _
  ByRef vProperty As Variant _
) As Long

Parameters

bstrGUID [in]

Type: String

Specifies a string GUID that uniquely identifies the data to be retrieved.

vProperty [out]

Type: Variant*

VARIANT that specifies the data.

Remarks

The returned data is a blob of bytes represented as a variant safe array of unsigned chars (VT_UI1 | VT_ARRAY). The data is only relevant to the specific extension that uses it. For more information see About the Fax Extension Configuration API.

To use this method, a user must have the farQUERY_CONFIG access right.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxServer

IFaxServer