[Email] Review messaging API cs files
[platform/core/csapi/tizenfx.git] / src / Tizen.Messaging / Tizen.Messaging.Email / EmailAttachment.cs
index 5f8028a..357e144 100644 (file)
 namespace Tizen.Messaging.Email
 {
     /// <summary>
-    /// Represents an email attachment
+    /// Represents an email attachment.
     /// </summary>
     public class EmailAttachment
     {
         /// <summary>
-        /// The absolute full path of the file to be attached
+        /// The absolute full path of the file to be attached.
         /// </summary>
         public string FilePath { get; set; }
         /// <summary>
-        /// The constructor
+        /// The constructor.
         /// </summary>
         public EmailAttachment()
         {