Microsoft Internet Security and Acceleration Server 2004 SDK

AddLinkToPublishedReport Property of IFPCReportJob[C++]

FPCReportJob.AddLinkToPublishedReport [Visual Basic]

[C++]

The AddLinkToPublishedReport property gets a Boolean value that indicates whether a link to the published report will be added in the body of the e-mail message.

HRESULT get_AddLinkToPublishedReport(
  VARIANT_BOOL* fEnableEmail
);

Parameters

fEnableEmail
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if a link to the published report will be added in the body of the e-mail message, or to VARIANT_FALSE if a link to the published report will not be added in the body of the e-mail message.

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 AddLinkToPublishedReport property gets a Boolean value that indicates whether a link to the published report will be added in the body of the e-mail message.

Property AddLinkToPublishedReport As Boolean

Property Value

Boolean value that indicates whether a link to the published report will be added in the body of the e-mail message.

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