Show / Hide Table of Contents

Class EmailReturnPathCollection

Results of a ReturnPath search. Contains both ReturnPathSummary items and other information, such as metadata.

Inheritance
object
EmailReturnPathCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.EmailService.Models
Assembly: OCI.DotNetSDK.Email.dll
Syntax
public class EmailReturnPathCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EmailReturnPathSummary> Items { get; set; }
Property Value
Type Description
List<EmailReturnPathSummary>

List of email return paths.

Remarks

Required

In this article
Back to top