AttachmentCollection.System.Collections.IList.set_Item Method
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
private sealed void System.Collections.IList.set_Item(
int index,
object value
);
'Declaration
Private NotOverridable Sub System.Collections.IList.set_Item( _
ByVal index As Integer, _
ByVal value As Object _
)
Parameters
- index
- value
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
Windows Mobile Version 5.0 and later.
See Also
Reference
AttachmentCollection Class
AttachmentCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace