FileAttachment_Text := ReadString (SectionData, 'FileAttachment_Text', '') ; MailBody.Lines.CommaText := ReadString (SectionData, 'MailBody_Lines', '') ; MailCC_Text := ReadString (SectionData, 'MailCC_Text', '') ; MailFrom_Text := ReadString (SectionData, 'MailFrom_Text', '') ; MailPriority_ItemIndex := ReadInteger (SectionData, 'MailPriority_ItemIndex', 0) ; MailSubject_Text := ReadString (SectionData, 'MailSubject_Text', '') ; RecipList.Lines.CommaText := ReadString (SectionData, 'RecipList_Lines', '') ; PrefAttemptsList_Text := ReadString (SectionData, 'PrefAttemptsList_Text', '') ; PrefCARootBundle_Text := ReadString (SectionData, 'PrefCARootBundle_Text', '') ; PrefClientCertFile_Text := ReadString (SectionData, 'PrefClientCertFile_Text', '') ; PrefDnsServer_Text := ReadString (SectionData, 'PrefDnsServer_Text', '') ; PrefHeloHost_Text := ReadString (SectionData, 'PrefHeloHost_Text', '') ; PrefMailQuFolder_Text := ReadString (SectionData, 'PrefMailQuFolder_Text', '') ; PrefSendMethod_ItemIndex := ReadInteger (SectionData, 'PrefSendMethod_ItemIndex', 0) ; if ReadString (SectionData, 'PrefSslRevoke_Checked', 'False') = 'True' then PrefSslRevoke_Checked := true else PrefSslRevoke_Checked := false ; PrefVerifyCertMode_ItemIndex := ReadInteger (SectionData, 'PrefVerifyCertMode_ItemIndex', 0) ; PrefEmailAuthPass1_Text := ReadString (SectionData, 'PrefEmailAuthPass1_Text', '') ; PrefEmailAuthPass2_Text := ReadString (SectionData, 'PrefEmailAuthPass2_Text', '') ; PrefEmailAuthType1_ItemIndex := ReadInteger (SectionData, 'PrefEmailAuthType1_ItemIndex', 0) ; PrefEmailAuthType2_ItemIndex := ReadInteger (SectionData, 'PrefEmailAuthType2_ItemIndex', 0) ; PrefEmailAuthUser1_Text := ReadString (SectionData, 'PrefEmailAuthUser1_Text', '') ; PrefEmailAuthUser2_Text := ReadString (SectionData, 'PrefEmailAuthUser2_Text', '') ; PrefEmailPort1_Text := ReadString (SectionData, 'PrefEmailPort1_Text', '') ; PrefEmailPort2_Text := ReadString (SectionData, 'PrefEmailPort2_Text', '') ; PrefEmailSecure1_ItemIndex := ReadInteger (SectionData, 'PrefEmailSecure1_ItemIndex', 0) ; PrefEmailSecure2_ItemIndex := ReadInteger (SectionData, 'PrefEmailSecure2_ItemIndex', 0) ; PrefEmailSecurity1_ItemIndex := ReadInteger (SectionData, 'PrefEmailSecurity1_ItemIndex', 0) ; PrefEmailSecurity2_ItemIndex := ReadInteger (SectionData, 'PrefEmailSecurity2_ItemIndex', 0) ; PrefEmailSmtp1_Text := ReadString (SectionData, 'PrefEmailSmtp1_Text', '') ; PrefEmailSmtp2_Text := ReadString (SectionData, 'PrefEmailSmtp2_Text', '') ; if ReadString (SectionData, 'PrefEmailSslErr1_Checked', 'False') = 'True' then PrefEmailSslErr1_Checked := true else PrefEmailSslErr1_Checked := false ; if ReadString (SectionData, 'PrefEmailSslErr2_Checked', 'False') = 'True' then PrefEmailSslErr2_Checked := true else PrefEmailSslErr2_Checked := false ; DirLogs_Text := ReadString (SectionData, 'DirLogs_Text', '') ; PrefClientId_Text := ReadString (SectionData, 'PrefClientId_Text', '') ; PrefRefrToken_Text := ReadString (SectionData, 'PrefRefrToken_Text', '') ; PrefRestType_ItemIndex := ReadInteger (SectionData, 'PrefRestType_ItemIndex', 0) ; PrefClientSecret_Text := ReadString (SectionData, 'PrefClientSecret_Text', '') ; PrefUserAuth_Text := ReadString (SectionData, 'PrefUserAuth_Text', '') ; if ReadString (SectionData, 'PrefExtBrow_Checked', 'False') = 'True' then PrefExtBrow_Checked := true else PrefExtBrow_Checked := false ;