I have spent some time examining Bruce Armstrong's n_smtpclient object.
I have a few questions which I hope can be addressed and which will take me closer to comprehension.
- Where are Namespaces documented? In particular, System, System.Net.Mail, System.Net.
- How do I expose more declared variables to calling processes? eg iPort, iUser, etc. I tried using the (Properties) to create a Port property but I could only create a [get] or a [set] but not a [get,set] (although I know I only need a [set]).
- How do I go about allowing the wpfapp.w_main window to access the new properties? When I created a Port [set] property in n_smtpclient and added a line in w_main.cb_1 script - smtp.Port = 465, I was told - Cannot find the element "Port" even though I had built and deployed pbsmtpclient.
- I tried using the n_smtpclient object to send an email to gmail.com but it failed. I changed the properties iUser, iPassword to include my gmail account userid/password, I made iPort = 465, iUseSSL = true and I tried both 1 and/or 2 for
- I have downloaded SyBooks for PB12 but cannot find any reference to these questions therein. What reference material should I download?
TIA
Larry