Inserts an attachment at a given index in the attachment collection.
| C# | Visual Basic |
public void Insert( int index, Attachment value )
Public Sub Insert ( _ index As Integer, _ value As Attachment _ )
- index (Int32)
[Missing <param name="index"/> documentation for "M:InTheHand.WindowsMobile.PocketOutlook.AttachmentCollection.Insert(System.Int32,InTheHand.WindowsMobile.PocketOutlook.Attachment)"]
- value (Attachment)
[Missing <param name="value"/> documentation for "M:InTheHand.WindowsMobile.PocketOutlook.AttachmentCollection.Insert(System.Int32,InTheHand.WindowsMobile.PocketOutlook.Attachment)"]