Click or drag to resize

MimeDigestGetMail Method

Creates new IMail object from specified part in Parts collection. If ContentType for specified part is different than MessageRfc822 returns null.

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public IMail GetMail(
	int index
)

Parameters

index
Type: SystemInt32
Part index in Parts collection.

Return Value

Type: IMail
New IMail object or null if specified part is not is different than MessageRfc822, TextRfc822Headers, MessageGlobal or MessageGlobalHeaders.
See Also