OSDN Git Service

add office365 function
[maildivsender/maildivsender.git] / MailDivSender / Properties / Settings.Designer.cs
index 7e9868d..a3d4248 100644 (file)
@@ -136,5 +136,35 @@ namespace MailDivSender.Properties {
                 this["Signature"] = value;
             }
         }
+
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("")]
+        public string Office365ClientID
+        {
+            get
+            {
+                return ((string)(this["Office365ClientID"]));
+            }
+            set
+            {
+                this["Office365ClientID"] = value;
+            }
+        }
+
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("False")]
+        public bool Office365Enable
+        {
+            get
+            {
+                return ((bool)(this["Office365Enable"]));
+            }
+            set
+            {
+                this["Office365Enable"] = value;
+            }
+        }
     }
 }