Is there any faster way to learn all the ways to create conditions like:
-
mail.From.Address.Contains(row("Sender").toString)
-
Convert.ToDateTime(Retreivedemail.Headers("Date"))>Convert.ToDateTime (DateTime.Now.AddDays(-1).ToString("d"))
I’m following these trainings-sessions and every time they create these conditons, but not explaining how to get those conditon steps… Where and what can I learn to create and understand these? Are they typical .NET of C# or visual basic?
The rest is understandable but these conditions come out of the blue…
please advice…