[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Support v2beta API - Class EmailMessage (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EmailMessage)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/1.0.0-beta01/Google.Cloud.Support.V2Beta.EmailMessage) \n\n public sealed class EmailMessage : IMessage\u003cEmailMessage\u003e, IEquatable\u003cEmailMessage\u003e, IDeepCloneable\u003cEmailMessage\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Support v2beta API class EmailMessage.\n\nAn email associated with a support case. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EmailMessage \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[EmailMessage](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EmailMessage), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[EmailMessage](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EmailMessage), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[EmailMessage](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EmailMessage), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Support.V2Beta](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2Beta.dll\n\nConstructors\n------------\n\n### EmailMessage()\n\n public EmailMessage()\n\n### EmailMessage(EmailMessage)\n\n public EmailMessage(EmailMessage other)\n\nProperties\n----------\n\n### Actor\n\n public Actor Actor { get; set; }\n\nOutput only. The user or Google Support agent that created this email\nmessage. This is inferred from the headers on the email message.\n\n### BodyContent\n\n public TextContent BodyContent { get; set; }\n\nOutput only. The full email message body. A best-effort attempt is made to\nremove extraneous reply threads.\n\n### CcEmailAddresses\n\n public RepeatedField\u003cstring\u003e CcEmailAddresses { get; }\n\nOutput only. Email addresses CCed on the email.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. Time when this email message object was created.\n\n### EmailMessageName\n\n public EmailMessageName EmailMessageName { get; set; }\n\n[EmailMessageName](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EmailMessageName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EmailMessage#Google_Cloud_Support_V2Beta_EmailMessage_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. Resource name for the email message.\n\n### RecipientEmailAddresses\n\n public RepeatedField\u003cstring\u003e RecipientEmailAddresses { get; }\n\nOutput only. Email addresses the email was sent to.\n\n### Subject\n\n public string Subject { get; set; }\n\nOutput only. Subject of the email."]]