Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (inspector.CurrentItem is Outlook.ContactItem)
  2. {
  3. if (((Outlook.ContactItem)inspector.CurrentItem).EntryID != null)
  4. {
  5. // Here Capture the contact properties changes
  6. }
  7. }
Add Comment
Please, Sign In to add comment