New Post: PR_ATTACH_FILENAME showing wrong value
Is the complaint that it's uppercase? I think if you look in the filesystem the 8.3 name was generated uppercase, so this was correct.
View ArticleNew Post: PR_ATTACH_LONG_PATHNAME giving value when email is saved
As on the other thread - is the complaint about the case?
View ArticleNew Post: PR_ATTACH_FILENAME showing wrong value
Yes, my complaint was of uppercase. Don't you feel functions of MAPI should be modified accordingly because PR_ATTACH_LONG_FILENAME is giving it correct values. Or did you intentionally coded so as to...
View ArticleNew Post: PR_ATTACH_FILENAME showing wrong value
They're both correct - PR_ATTACH_LONG_FILENAME gives the long file name, and the other gives the short (8.3).
View ArticleNew Post: PR_ATTACH_FILENAME showing wrong value
In mfcmapi.codeplex.com/workitem/16847 in the first snapshot PR_ATTACH_FILENAME gives 8.3 filename (here it gives it in small letters - case sensitive) In the second snapshot, it doesn't give 8.3...
View ArticleNew Post: PR_ATTACH_FILENAME showing wrong value
See my answer there - this isn't a bug. MFCMAPI just reports what was set. File names in Windows are NOT case sensitive. EVER. And different MAPI clients will provide different data as inputs. You're...
View ArticleNew Post: PR_ATTACH_LONG_PATHNAME giving value when email is saved
Just puzzled why case seems to matter to you.
View ArticleNew Post: PR_ATTACH_FILENAME showing wrong value
Ya, I give importance to details. I am not in testing department. I am in development department and don't even have 2 years of experience. I can make mistakes and so can you. I felt this must be one...
View ArticleNew Post: PR_ATTACH_LONG_PATHNAME giving value when email is saved
Exchange 2003 is an example. You can try other Exchange also."I refuse to put the data..." Data is already there. If you want another snapshot I will upload that also.
View ArticleNew Post: PR_ATTACH_LONG_PATHNAME giving value when email is saved
You're making me dig through various picture attachments to try and figure out what values you're having a problem with. I can't even read the values you're concerned with because of how the columns...
View ArticleNew Post: PR_ATTACH_LONG_PATHNAME giving value when email is saved
Here is the link when the email is sent. You can compare before and after value when you yourself do it. This is not very hard.
View ArticleNew Post: PR_RESOURCE_FLAGS not visible in message store
How to check STATUS_DEFAULT_STORE flag in PR_RESOURCE_FLAGS in status table. Its showing 0 in all 5 rows.
View ArticleNew Post: Double Clicking on PR_ATTACH_DATA_OBJ should be open new window
I have double clicked on PR_ATTACH_DATA_OBJ property. But nothing happens. No new window appears. When double clicking on any property opens a new window, same was expected in this case also. Also,...
View ArticleNew Post: PR_DISPLAY_NAME of PR_MESSAGE_ATTACHMENTS when Outlook item is sent.
I have composed an email, given it a subject 'Temp Sub' and saved it on the hard disk. It shows as 'Temp Sub.msg'. I composed new email and did a 'drag n drop' to it. While composing it shows as 'Temp...
View ArticleNew Post: More properties of attachment present when email sent using Outlook...
I have implemented AdviseSink notifications on message store & sent an email using Outlook. Its giving me 34 properties while the email is being sent. While sending email using OWA, it gives me...
View ArticleNew Post: Change one Property for all Items in one Public Folder?
Is that possible in MFCMAPI. Thanks for Reply tobemank
View ArticleNew Post: Mailbox Table shows deleted mailbox also
Here is the snapshot that explains this behaviour There are 2 'ranjan1'
View Article