79 lines
3.5 KiB
C#
79 lines
3.5 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
// Laufzeitversion:4.0.30319.42000
|
|
//
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
// der Code erneut generiert wird.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace MailSend_Lesebestätigung.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("mailbody.html")]
|
|
public string MailBody {
|
|
get {
|
|
return ((string)(this["MailBody"]));
|
|
}
|
|
set {
|
|
this["MailBody"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ou=Benutzer,ou=amt_67,ou=FFM,dc=city,dc=net,dc=ffm")]
|
|
public string LDAPcontainer {
|
|
get {
|
|
return ((string)(this["LDAPcontainer"]));
|
|
}
|
|
set {
|
|
this["LDAPcontainer"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Vorname:givenname,Nachname:sn,Abteilung:department,E-Mail:mail,Personalnummer:emp" +
|
|
"loyeeID,Benutzer:sAMAccountName")]
|
|
public string ADuserProps {
|
|
get {
|
|
return ((string)(this["ADuserProps"]));
|
|
}
|
|
set {
|
|
this["ADuserProps"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsd=\"http://www.w3." +
|
|
"org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <s" +
|
|
"tring>UserName:sn</string>\r\n <string>Personalnummer:employeeID</string>\r\n</Arra" +
|
|
"yOfString>")]
|
|
public global::System.Collections.Specialized.StringCollection MailBodyReplacements {
|
|
get {
|
|
return ((global::System.Collections.Specialized.StringCollection)(this["MailBodyReplacements"]));
|
|
}
|
|
set {
|
|
this["MailBodyReplacements"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|