Back to product page

Remove Method


Removes specific item from the collection.

Syntax

  • Basic
object.Remove (Index)
The Remove(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type SmtpMsgs
IndexAn Integer value. Index of the message part that will be removed.

Remarks

Remove method will remove message part from current message.

Platforms

Windows