| IMimeDataReadOnlyCollectionItem Property (Int32) |
Gets or set
MimeData object at specified index.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax MimeData this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As MimeData
Get
property MimeData^ default[int index] {
MimeData^ get (int index);
}
abstract Item : MimeData with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
MimeDataSee Also