Microsoft Internet Security and Acceleration Server 2004 SDK

EnableEmailing Property of IFPCReportJob[C++]

FPCReportJob.EnableEmailing [Visual Basic]

[C++]

The EnableEmailing property gets a Boolean value that indicates whether an e-mail message will be sent when the report job is completed.

HRESULT get_EnableEmailing(
  VARIANT_BOOL* fEnableEmail
);

Parameters

fEnableEmail
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if sending an e-mail message upon completion of the report job is enabled, or to VARIANT_FALSE if sending an e-mail message upon completion of the report job is disabled.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be set by calling the SetEmailing method.

[Visual Basic]

The EnableEmailing property gets a Boolean value that indicates whether an e-mail message will be sent when the report job is completed.

Property EnableEmailing As Boolean

Property Value

Boolean value that indicates whether an e-mail message will be sent when the report job is completed.

Remarks

This property is read-only. It can be set by calling the SetEmailing method.

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

FPCReportJob