[Email] Review messaging API cs files
[platform/core/csapi/tizenfx.git] / src / Tizen.Messaging / Tizen.Messaging.Email / EmailRecipient.cs
index 3c1fc24..99d5de3 100644 (file)
 namespace Tizen.Messaging.Email
 {
     /// <summary>
-    /// The class represents recipients of an email
+    /// This class represents recipients of an email.
     /// </summary>
     public class EmailRecipient
     {
         /// <summary>
-        /// The email address of the recipient
+        /// The email address of the recipient.
         /// </summary>
         public string Address { get; set; }
         /// <summary>
-        /// The constructor
+        /// The constructor.
         /// </summary>
         public EmailRecipient()
         {