Class SendMessageResult
Result of a reply, reply-all, or forward operation (each sends a real email).
public sealed record SendMessageResult : IEquatable<SendMessageResult>
- Inheritance
-
SendMessageResult
- Implements
Properties
MessageIds
Gets the UUIDs assigned by the Email API to the sent message, one per recipient.
[JsonPropertyName("message_ids")]
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
public IList<string> MessageIds { get; }