Microsoft Internet Security and Acceleration Server 2004 SDK

MailCodePage Property of IFPCArray[C++]

FPCArray.MailCodePage [Visual Basic]

[C++]

The MailCodePage property gets or sets the mail code page of the array.

HRESULT get_MailCodePage(
  long* plCodePage
);

HRESULT put_MailCodePage(
  long lCodePage
);

Parameters

plCodePage
Pointer to a variable that is set on return to a 32-bit integer specifying the mail code page of the array.
lCodePage
A 32-bit integer that specifies the mail code page of the array.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read-only.

[Visual Basic]

The MailCodePage property gets or sets the mail code page of the array.

Property MailCodePage As Long

Property Value

A 32-bit integer that specifies the mail code page of the array.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCArray