Hi,
i recently create a simple code in VB for launch a MessageBox (pop up) just by adding :
Dim Buttons As MessageBoxButtons = MessageBoxButtons.Ok
MessageBox.Show(input,caption,Buttons)
I know that i have to declare method, global variable....
Hello everyone,
I tried to dev a new method in MAPIEx VBO. This new method merge 'getMail' and 'ListMailsWithinDateTimes'.
So i can list mails between two datetimes, and i can get informations about each mails, and not just IDs.
No error, but whe...