Delete the specified message part in the current message.
Syntax
object.DeletePart( [MessagePart] )
Remarks
The DeletePart method deletes the specified message part
in the current message. If the optional message part is not
specified, then the current message part is deleted.
Return Value
A value of zero is returned if the method was successful.
Otherwise, a non-zero error code is returned which indicates the
cause of the failure.
See Also
AttachFile Method, CreatePart Method
|