I am storing Emails in a Directory, like the following. How do I go about, programatically, sending those at a later time, say an event
of some sorts
smtpClient.PickupDirectoryLocation = "C:\\EmailHoldingBin\\";
smtpClient.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.SpecifiedPickupDirectory;