setMessageHeadersAndMimeType method: Utility class

Syntax

setMessageHeadersAndMimeType(&Message, &feeddoc, &FeedRequest)

Description

Use this method to return the specified Message object with the MIME type set, and populated with the specified FeedDoc. If the feed is an incremental feed, then incremental feed information is set as connector properties for the message.

Parameters

Parameter Description

&Message

Specifies the Message object to be returned.

&feeddoc

Specifies the feed document to be returned specified as an XmlDoc object.

&FeedRequest

Specifies the feed as a FeedRequest object.

Returns

A Message object.