ImapSettings.UsePeekForGetMessage Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
UsePeekForGetMessage
Use BODY.PEEK instead of BODY in Imap object's GetMessage, GetsMessageInfo, GetMailMessage, GetMimeMessage, GetMessageList and Search methods. Unlike BODY, BODY.PEEK doesn't set the message's Seen flag.
Declaration
public bool UsePeekForGetMessage { get; set; }
Property Value
Type | Description |
---|---|
Boolean |