Unknow error with methods ReplyAll and Forward

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

I've a Outlook Mail Item, oMapiMailItem and I need to
create other Mail Items off this one by using ReplyAll
and Forward.


' Reply All
Set oMapiMailItemReplyAll = oMapiMailItem.ReplyAll

' Foward
Set oMapiMailItemFoward = oMapiMailItem.Forward

I got a run-time error for both. It's unknown error!

I've been running the same code for quite a while and
this is the first time I got this unknow error.

Any help will be appreciated. Thanks.
 
Back
Top