Inserts a new mime entity into the collection at the specified location.
| C# | Visual Basic | Managed C++ |
public void Insert ( int index, MimeEntity entity )
Public Sub Insert ( _ index As Integer, _ entity As MimeEntity _ )
public: void Insert ( int index, MimeEntity^ entity )
- index (Int32)
- The location in the collection where you want to add the mime entity.
- entity (MimeEntity)
- Mime entity.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)