/// <summary>
 /// Create a new OfficeMail object.
 /// </summary>
 /// <param name="email">Initial value of the Email property.</param>
 public static OfficeMail CreateOfficeMail(global::System.String email)
 {
     OfficeMail officeMail = new OfficeMail();
     officeMail.Email = email;
     return officeMail;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the OfficeMailSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOfficeMailSet(OfficeMail officeMail)
 {
     base.AddObject("OfficeMailSet", officeMail);
 }