Click or drag to resize

IMimeDataReadOnlyCollection.Item 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; }

Parameters

contentId
Type: System.String

Property Value

Type: MimeData
See Also