Hello,
I hope you all enjoyed the holidays and wish you the best of luck in the upcoming new year
Got 2 questions:
Under PersonalStorage.ItemMoved event, how can I get the message subject using e.ItemProperties?
Never used Mapi ItemProperties so would be nice to know
There’s no such thing like PersonalStorage.StoragePreProcess event so how can I get some info on storage begin process?
Mostly I need to know the name of storage (e.FileName)
My usage:
PersonalStorage.MergeWith(MySourceFiles.ToArray)
MySourceFiles is defined as List(Of String)
Thanks