Class ImapSyncDelete
Message delete history record extension that exports //imapsync/folder attribute of deleted messages which have ^is label.
Inheritance
System.Object
ImapSyncDelete
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ImapSyncDelete : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Mappings
Contains the value of //imapsync/folder attribute of deleted message.
Declaration
[JsonProperty("mappings")]
public virtual FolderAttribute Mappings { get; set; }
Property Value
| Type | Description |
|---|---|
| FolderAttribute |
MsgId
Declaration
[JsonProperty("msgId")]
public virtual ulong? MsgId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt64> |
Implements
Google.Apis.Requests.IDirectResponseSchema