Show / Hide Table of Contents

Class EmailMessage

An email associated with a support case.

Inheritance
object
EmailMessage
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.CloudSupport.v2beta.Data
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class EmailMessage : IDirectResponseSchema

Properties

Actor

Output only. The user or Google Support agent that created this email message. This is inferred from the headers on the email message.

Declaration
[JsonProperty("actor")]
public virtual Actor Actor { get; set; }
Property Value
Type Description
Actor

BodyContent

Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads.

Declaration
[JsonProperty("bodyContent")]
public virtual TextContent BodyContent { get; set; }
Property Value
Type Description
TextContent

CcEmailAddresses

Output only. Email addresses CCed on the email.

Declaration
[JsonProperty("ccEmailAddresses")]
public virtual IList<string> CcEmailAddresses { get; set; }
Property Value
Type Description
IList<string>

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Time when this email message object was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. Resource name for the email message.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RecipientEmailAddresses

Output only. Email addresses the email was sent to.

Declaration
[JsonProperty("recipientEmailAddresses")]
public virtual IList<string> RecipientEmailAddresses { get; set; }
Property Value
Type Description
IList<string>

Subject

Output only. Subject of the email.

Declaration
[JsonProperty("subject")]
public virtual string Subject { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX