New 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 ArticleNew Post: PR_ATTACH_LONG_PATHNAME giving value when email is saved
So the complaint is (and it's not very hard to spell this out so we don't have to play your guessing games): after delivering the message, the PR_ATTACH_LONG_PATHNAME property is missing/blank. Why...
View ArticleNew Post: PR_RESOURCE_FLAGS not visible in message store
Look at the services table for the profile to find SERVICE_DEFAULT_STORE.
View ArticleNew Post: PR_DISPLAY_NAME of PR_MESSAGE_ATTACHMENTS when Outlook item is sent.
When you drag an MSG to a message, Outlook bypasses the normal attachment logic. It does not attach it as a file. Instead, it attaches it as an embedded message. That (10 KB) you're seeing in the view...
View ArticleNew Post: Double Clicking on PR_ATTACH_DATA_OBJ should be open new window
The only thing MFCMAPI knows to do with a property of type PT_OBJECT is to open it as an IID_IMAPITable. If that fails and the property was either PR_MESSAGE_ATTACHMENTS or PR_MESSAGE_RECIPIENTS, then...
View ArticleNew Post: Mailbox Table shows deleted mailbox also
But it is wrong. One 'ranjan1' corresponds to 'ranjan' mailbox of whose properties I have changed to be displayed as 'ranjan1' and then deleted. Can this be fixed?
View ArticleNew Post: Mailbox Table shows deleted mailbox also
The server says there's still a mailbox there. There's nothing to fix in MAPI/MFCMAPI.
View ArticleNew Post: Mailbox Table shows deleted mailbox also
When I have deleted the Active Directory Object from 'Active Directory Users and Computers', then its impossible to have its mailbox. Snapshot is also there. Do you know where it must be? Clicking on...
View ArticleNew Post: Mailbox Table shows deleted mailbox also
You should look at the mailbox table with power shell.
View ArticleNew Post: Mailbox Table shows deleted mailbox also
Ok - so MFCMAPI and MAPI are just reporting what the server gave them.
View ArticleSource code checked in, #108585
Problem: Missing PRO+_PROFILE_AUTH_PACKAGE value Fix: Add it
View Article