View Single Post
  #2  
Old February 4th 08, 05:44 PM posted to microsoft.public.outlook
Michael[_5_]
external usenet poster
 
Posts: 7
Default I send ICS files as attachments and from some outlooks I get back a winmail.dat as confirmation

DONE. That took me hours!!

Solution:
decode64 the attachment, so you get the winmail.dat.
Search for "MtgResp" in the binary. The next byte is the status:

MtgRespP = Accepted
MtgRespA = Tentative
MtgRespN = Declined

To identify the appointment ID you should use a prefix for your
appointment. My script uses:

UID:epluscrm103

So I look for "epluscrm" in the unreadable binary trash and take all
bytes till the next 00-byte.


Ads