Show / Hide Table of Contents

Class ImapSyncDelete

Message delete history record extension that exports //imapsync/folder attribute of deleted messages which have ^is label.

Inheritance
object
ImapSyncDelete
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
ulong?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX