Simple Mail and Post Office Protocol for .Net (SmtPop)

MimeAttachment.AddLine Method 

Add a line to the decoder

public int AddLine(
   string line
);

Parameters

line
A string containing a message line

Return Value

The method return a positive value if the Attachment need more lines. Otherwise it return 0 to indicate the end of attachment body

See Also

MimeAttachment Class | SmtPop Namespace