| 4AspNet POP3 .NET Component |
|
EmailMessage.Body Property
Body.
[Visual Basic]
Public ReadOnly Property Body As
String
[C#]
public
string Body {get;}
Property Value
Body returns the body of the message.
Remarks
Body returns full email body text even if ContentType is multipart.
See Also
EmailMessage Class | ForAspNet.POP3 Namespace