Microsoft Internet Security and Acceleration Server 2000

FPCDirectAddressDestinations.AddDomainSuffix Method

Adds a domain suffix and returns a reference to an FPCDirectAddressDestination object. You can indicate a group of addresses that the client can access directly, rather than through the ISA Server, by specifying a domain suffix for which direct access is allowed.

VBScript Syntax[VBScript]

[ oFPCDirectAddressDestination = ] FPCDirectAddressDestinations.AddDomainSuffix( sDomain )

C++ Syntax[C++]

HRESULT AddDomainSuffix (
  BSTR sDomain, 
  IFPCDirectAddressDestination **ppoFPCDirectAddressDestination

);Parameter

sDomain
String value that specifies the domain.

Return Value

oFPCDirectAddressDestination
Returns a reference to an FPCDirectAddressDestination object.

Applies To

FPCDirectAddressDestinations