![]() | Store |
public class StoreFlagsRequest : IStoreFlagsRequest, IStoreRequest
The StoreFlagsRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | StoreFlagsRequest(StoreAction, MessageFlags) | Initializes a new instance of the StoreFlagsRequest class. |
![]() | StoreFlagsRequest(StoreAction, IEnumerableString) | Initializes a new instance of the StoreFlagsRequest class. |
![]() | StoreFlagsRequest(StoreAction, MessageFlags, IEnumerableString) | Initializes a new instance of the StoreFlagsRequest class. |
Name | Description | |
---|---|---|
![]() | Action | Get the store action to perform. |
![]() | Flags | Get or set the flags to add, remove or set on the message. |
![]() | Keywords | Get or set the keywords to add, remove or set on the message. |
![]() | Silent | Get or set whether the store operation should run silently. |
![]() | UnchangedSince | Get or set a mod-sequence number that the store operation should use to decide if the flags of a message should be updated or not. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object) |
![]() | Finalize | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | ToString | (Inherited from Object) |
A request suitable for storing message flags and keywords.
This request is designed to be used with the Store and StoreAsync methods.