Use the MAPISession and MAPMessage controls.
Here's some sample code
Dim msg As String
MAPISession.UserName = "user"
MAPISession.Password = "password"
MAPISession.SignOn
MAPINotify.SessionID = MAPISession.SessionID
MAPINotify.Compose
MAPINotify.RecipAddress =...
Hi
I don't think you should be so strict on the format in which the date is captured. After all, a date is a date. You can format the date any way you like with the 'format' command. eg format(inputdate,"mm/dd/yyyy"). If you want to validate that it is a valid date then use the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.