ImapMessageInfo.IsSignedOrEncrypted Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
IsSignedOrEncrypted
Returns a value indicating whether the message is signed or encrypted.
Declaration
public bool IsSignedOrEncrypted { get; }
Property Value
Type | Description |
---|---|
Boolean | 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).