Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The InternalMailServers property gets an FPCComputers collection that contains the internal mail servers for the array.
This property is read-only.
Syntax
HRESULT get_InternalMailServers(
IFPCComputers **ppInternalMailServers
);
' Data type: FPCComputers
Property InternalMailServers( _
ByVal ppInternalMailServers As IFPCComputers _
) As FPCComputers
Property value
Reference to an FPCComputers collection that contains the internal mail servers for the array.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. Internal mail servers can be added and removed by calling the Add and Remove methods of the FPCComputers collection retrieved (the IFPCComputers interface retrieved in C++).
This property is applicable only when the RouteDirection property is set to fpcInternalMailServers.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010