Click or drag to resize
GDSMIMEProcessMessageOutput Class
Structure used for returning data from [!:GD::GDSecureMimeDecoder::ProcessMessageAsync] function.
Inheritance Hierarchy
SystemObject
  GDGDSMIMEProcessMessageOutput

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDSMIMEProcessMessageOutput

The GDSMIMEProcessMessageOutput type exposes the following members.

Constructors
  NameDescription
Public methodGDSMIMEProcessMessageOutput
Initializes a new instance of the GDSMIMEProcessMessageOutput class
Top
Properties
  NameDescription
Public propertyClearTextContent
Will return first clear text content found when decoding the message or it's parts.
Public propertyError
Will return information about function's success or lack of thereof.
Public propertyFinalMessage
Will return content of the message or it's last part.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference