Click or drag to resize
GDSMIMEProcessMessageError Enumeration
This enum is used to indicate success and failure of the [!:GD::GDSecureMimeDecoder::ProcessMessageAsync] function as well as possible reasons for the latter.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public enum GDSMIMEProcessMessageError
Members
  Member nameValueDescription
Success0Everything went fine.
NoData1[!:GD::GDSecureMimeDecoder::ProcessMessageAsync] was called with no data in the decoder's buffer.
DecodingFailed2Initial parsing of data failed.
VerificationFailed3Message was signed but signature verification failed.
DecryptionFailed4Message was encrypted but decryption failed.
See Also

Reference