Click or drag to resize
GDSMIMEProcessMessageOutputClearTextContent Property
Will return first clear text content found when decoding the message or it's parts.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IBuffer ClearTextContent { get; set; }

Property Value

Type: IBuffer
IBuffer containing clear text content or null.
See Also