 | IMimeDataReadOnlyCollectionItem(String) Property |
Gets or set
MimeData object with specified content-id.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxMimeData 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 String
-
Property Value
MimeData
See Also