Click or drag to resize

MimeAlternativeGetSimplestData Method

Gets the simplest data representation (first).

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public MimeBase GetSimplestData()

Return Value

Type: MimeBase
'parts[0]' or null if 'parts.Count==0'.
See Also