public sealed class EmailMessage : IMessage<EmailMessage>, IEquatable<EmailMessage>, IDeepCloneable<EmailMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2beta API class EmailMessage.
An email associated with a support case.
Implements
IMessageEmailMessage, IEquatableEmailMessage, IDeepCloneableEmailMessage, IBufferMessage, IMessageNamespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Constructors
EmailMessage()
public EmailMessage()
EmailMessage(EmailMessage)
public EmailMessage(EmailMessage other)
Parameter | |
---|---|
Name | Description |
other |
EmailMessage |
Properties
Actor
public Actor Actor { get; set; }
Output only. The user or Google Support agent that created this email message. This is inferred from the headers on the email message.
Property Value | |
---|---|
Type | Description |
Actor |
BodyContent
public TextContent BodyContent { get; set; }
Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads.
Property Value | |
---|---|
Type | Description |
TextContent |
CcEmailAddresses
public RepeatedField<string> CcEmailAddresses { get; }
Output only. Email addresses CCed on the email.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Time when this email message object was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EmailMessageName
public EmailMessageName EmailMessageName { get; set; }
EmailMessageName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EmailMessageName |
Name
public string Name { get; set; }
Identifier. Resource name for the email message.
Property Value | |
---|---|
Type | Description |
string |
RecipientEmailAddresses
public RepeatedField<string> RecipientEmailAddresses { get; }
Output only. Email addresses the email was sent to.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Subject
public string Subject { get; set; }
Output only. Subject of the email.
Property Value | |
---|---|
Type | Description |
string |