ContentEntityFind Method (String) |
Checks if this
ContentEntity top level media type matches specified one.
Namespace:
GemBox.Email.Mime
Assembly:
GemBox.Email (in GemBox.Email.dll) Version: 15.0.35.1006
Syntaxpublic override Entity Find(
string topLevelMediaType
)
Public Overrides Function Find (
topLevelMediaType As String
) As Entity
Parameters
- topLevelMediaType
- Type: SystemString
The top level media type.
Return Value
Type:
Entity
This
ContentEntity if top level media type matches specified one; otherwise, null.
See Also