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




obj
Add an object to the end of the collection.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Add( _
   ByVal obj As Object _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As PartList
Dim obj As Object
Dim value As Integer
 
value = instance.Add(obj)
C# 
public override int Add( 
   object obj
)
Managed Extensions for C++ 
public: int Add( 
   Object* obj
) override 
C++/CLI 
public:
int Add( 
   Object^ obj
) override 

Parameters

obj

Remarks

This method adds the specified object to this and its parent Parts collection, if applicable.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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