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.26106.1555
Syntax
public IMail GetMail(
	int index
)

Parameters

index  Int32
Part index in Parts collection.

Return Value

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