NoePichot
Level 2
since ‎18-04-19
‎18-03-24

User Statistics

  • 2 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

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...