W
Wnick
HI,
I have the next problem:
I use CopyFile Method of Outlook.Application to copy msg file into 'inbox'
outlook folder and put this file as DocumentItem type. Is there is possible
to determine what real type of Items in 'inbox' folder after run CopyFile
Method
for file in which there can be a item of one following type:
* AppointmentItem
* ContactItem
* DistListItem
* DocumentItem
* JournalItem
* MailItem
* MeetingItem
* NoteItem
* PostItem
* RemoteItem
* ReportItem
* TaskItem
* TaskRequestAcceptItem
* TaskRequestDeclineItem
* TaskRequestItem
* TaskRequestUpdateItem
and how to transform DocumentItem to its real type and then run SaveAs
method for this Item.
Nick
I have the next problem:
I use CopyFile Method of Outlook.Application to copy msg file into 'inbox'
outlook folder and put this file as DocumentItem type. Is there is possible
to determine what real type of Items in 'inbox' folder after run CopyFile
Method
for file in which there can be a item of one following type:
* AppointmentItem
* ContactItem
* DistListItem
* DocumentItem
* JournalItem
* MailItem
* MeetingItem
* NoteItem
* PostItem
* RemoteItem
* ReportItem
* TaskItem
* TaskRequestAcceptItem
* TaskRequestDeclineItem
* TaskRequestItem
* TaskRequestUpdateItem
and how to transform DocumentItem to its real type and then run SaveAs
method for this Item.
Nick