| IMimeDataReadOnlyCollectionItem Property (String) |
Gets or set
MimeData object with specified content-id.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax MimeData this[
string contentId
] { get; }
ReadOnly Default Property Item (
contentId As String
) As MimeData
Get
property MimeData^ default[String^ contentId] {
MimeData^ get (String^ contentId);
}
abstract Item : MimeData with get
Parameters
- contentId
- Type: SystemString
Property Value
Type:
MimeDataSee Also