Good Morning,
I have a user who has consistent issues with his Outlook Calendar.
Sometimes he will receive meetings and the invite appears basket as “out of date” and has disappeared from my calendar. The organizer of the meeting says nothing was changed.
The other issue that he seems to have is that meeting are being accepted on his behalf, but he is not accepting them. He has one other user who has Publishing Author permissions to his mailbox, but states that she does not accept meetings on his behalf. He manages the Calendar on his own. Almost like there is a "hidden" delegate.
He is using a MAC laptop with Outlook for MAC installed (but connected to our Exchange environment
Also has an IPhone for accessing corporate email.
Have suggested that he just use the OWA client from his MAC, but he does not feel it is the same.
He is one user (and only user) who seems to consistently have Calendar issues like this.
I have used MFCMAPI and ADSIEdit to look for the "hidden" delegate rule or the PublicDelegate attribute, both of these did not return anything. Does anyone have any other tools, tricks or suggestions I can try.
We have also asked him to install Parallels or VFusion so he can run a Virtual Windows machine from his MAC, but that was shot down also.
Thanks in Advance for any assistance.
Brian Dougherty
How would I go about assigning a picture to a new Outlook contact in Applescript? The Outlook dictionary tells me that Outlook does have an image class, but I have no clue how to populate one. It doesn't seem to like just being given what the finder thinks is a Jpeg file:
tell application "Finder"
set theImageFile to a reference to file "/path/to/mypicture.jpg"
--set theImageFilePosixPath to POSIX file "/path/to/mypicture.jpg"
set filekind to (kind of theImageFile) as string
display dialog "its a" & filekind--displays "its a jpeg"
end tell
tell application "Microsoft Outlook"
make new contact with properties {first name:"some", last name:"one", image:theImageFile, email addresses:{{address:"*** Email address is removed for privacy ***", type:work}, {address:"*** Email address is removed for privacy ***", type:home}}}
end tell
Result: error "„«class docf» \"image-151718-galleryV9-zhek.jpg\" of «class cfol» \"Pictures\" of «class cfol» \"maximiliantyrtania\" of «class cfol» \"Users\" of «class sdsk» of application \"Finder\"“ kann nicht in den erwarteten
Typ umgewandelt werden." number -1700 from «class docf» "image-151718-galleryV9-zhek.jpg" of «class cfol» "Pictures" of «class cfol» "maximiliantyrtania" of «class cfol» "Users" of «class sdsk»
I may have to create an Image from NSData then, but I'd be curious to see how this is done.
When exporting messages, they receive a .eml extension. When I try to re-import them, the contents are not readable. Typically this is what I get:
------_=_NextPart_001_01C7238E.76F8C551
boundary="----_=_NextPart_002_01C7238E.76F8C551"
Not sure what to do ??
Thanks
Recent Comments