Click or drag to resize
MimeKit

IReplaceRequest Interface

A request for replacing a message in a folder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public interface IReplaceRequest : IAppendRequest

The IReplaceRequest type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations Get or set the list of annotations that should be set on the message.
(Inherited from IAppendRequest)
Public propertyDestination Get or set the folder where the replacement message should be appended.
Public propertyFlags Get or set the message flags that should be set on the message.
(Inherited from IAppendRequest)
Public propertyInternalDate Get or set the timestamp that should be used by folder as the InternalDate.
(Inherited from IAppendRequest)
Public propertyKeywords Get or set the keywords that should be set on the message.
(Inherited from IAppendRequest)
Public propertyMessage Get the message that should be appended to the folder.
(Inherited from IAppendRequest)
Public propertyTransferProgress Get or set the transfer progress reporting mechanism.
(Inherited from IAppendRequest)
Top
Remarks
A request for replacing a message in a folder.
See Also