MimeBodyPartGetBodyLines Method Ipswitch.Messaging.Framework
Returns the body part body as a series of CRLF delimited lines

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public IEnumerable<string> GetBodyLines()

Return Value

Type: IEnumerableString
The series of CRLF delimited lines
See Also

Reference