[Email] Review messaging API cs files
[platform/core/csapi/tizenfx.git] / src / Tizen.Messaging / Tizen.Messaging.Email / EmailAttachment.cs
old mode 100755 (executable)
new mode 100644 (file)
index 9c54ec7..357e144
 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.
+        /// </summary>
+        public EmailAttachment()
+        {
+
+        }
     }
 }