PowerTCP Mail for .NET
Remove Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > PartList Class : Remove Method




obj
Removes the specified object.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub Remove( _
   ByVal obj As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As PartList
Dim obj As Object
 
instance.Remove(obj)
C# 
public override void Remove( 
   object obj
)
Managed Extensions for C++ 
public: void Remove( 
   Object* obj
) override 
C++/CLI 
public:
void Remove( 
   Object^ obj
) override 

Parameters

obj

Remarks

This method removes the specified object from this collection and from its parent collection, if applicable.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.