/// <summary> /// Create a new BouncedEmail object. /// </summary> /// <param name="emailAddress">Initial value of the EmailAddress property.</param> /// <param name="created">Initial value of the Created property.</param> /// <param name="updated">Initial value of the Updated property.</param> public static BouncedEmail CreateBouncedEmail(global::System.String emailAddress, global::System.DateTime created, global::System.DateTime updated) { BouncedEmail bouncedEmail = new BouncedEmail(); bouncedEmail.EmailAddress = emailAddress; bouncedEmail.Created = created; bouncedEmail.Updated = updated; return bouncedEmail; }
/// <summary> /// Deprecated Method for adding a new object to the BouncedEmails EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBouncedEmails(BouncedEmail bouncedEmail) { base.AddObject("BouncedEmails", bouncedEmail); }