Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Sub Application_NewMailex(ByVal EntryIDCollection As String)
  2.  
  3. Call MyRules
  4.  
  5. Sub Application_NewMail()
  6.  
  7. ByVal <<< how do I set this (what does it even mean ?!?)
  8.  
  9. EntryIDCollection As String <<< Can EntryIDCollection just be defined with my other Variables ?
  10.  
  11. Call MyRules
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement