Discuss this help topic in SecureBlackbox Forum
Indicates if this class supports extended handling for the current message part.
Declaration
Parameters
Return value
Returns True if this class supports extended handling for content type of the current message part, and False otherwise.
Description
Use this method to find out if content type of the current message part is supported by this class.
The message part body is not loaded when this method is invoked. The body can be accessed via message stream.
When IsSupportedThisBody method is invoked, position in analyzed message stream will be set to the beginning of the current message part body. There is no need to care about position setting.