Returns a value indicating whether the message is signed or encrypted.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property IsSignedOrEncrypted As Boolean Get |
C# |
---|
public bool IsSignedOrEncrypted { get; } |
Field Value
True if message is signed or encrypted; false if not signed or encrypted.Remarks
This field is only set if the ImapListFields.AttachmentInfo option
was specified in a call to GetMessageList(ImapListFields) or GetMessageInfo(String, ImapListFields).