TaskRequest Item Showform

  • Thread starter Thread starter sophie
  • Start date Start date
S

sophie

I am working on a outlook add-in which can pop up a window by sending email
or task request.
when i work on email sending, it is all right. it pop up a window and users
can check some information. but when i work on task request in the same way,
both the pop up window and task request window flash away in a very very
short time.
i don't know what is the reason. Does anyone can help me?
thanks in advance.
 
i used a sub developed in vb
Private Sub objOutlook_ItemSend(ByVal Item As Object, Cancel As Boolean)

when "Cancel" is true, email edit window is not disappeared, but the task
request edit form is flashed then disappeared as well as the pop up confirmed
window.

any help will be appreciated.
 
Back
Top