SharpMimeTools Documented Class Library

SharpMimeMessage.GetPart Method 

[This is preliminary documentation and subject to change.]

Returns the requested part of a multipart entity

public SharpMimeMessage GetPart(
   int index
);

Parameters

index
index of the requested part

Return Value

A SharpMimeMessage for the requested part

See Also

SharpMimeMessage Class | anmar.SharpMimeTools Namespace