Hunny Software Library Reference

Body.Message Property

Gets or sets the contained message (for type "message/rfc822" only).

[Visual Basic]
Public Property Message As Message
[C#]
public Message Message {get; set;}

Property Value

the Message object; or null if there is no Message object

Remarks

If the media type of the message or body part that contains this body is "message/rfc822", then the body contains an encapsulated message. Use this property to access the encapsulated message.

See Also

Body Class | Hunny.Mime Namespace