![]() | Store |
public class StoreLabelsRequest : IStoreLabelsRequest, IStoreRequest
The StoreLabelsRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | StoreLabelsRequest(StoreAction) | Initializes a new instance of the StoreLabelsRequest class. |
![]() | StoreLabelsRequest(StoreAction, IEnumerableString) | Initializes a new instance of the StoreLabelsRequest class. |
Name | Description | |
---|---|---|
![]() | Action | Get the store action to perform. |
![]() | Labels | Get the GMail-style labels 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 labels 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 GMail-style labels.
This request is designed to be used with the Store and StoreAsync methods.