Quantcast
Channel: MFCMAPI
Viewing all 1090 articles
Browse latest View live

New Post: PR_ATTACH_LONG_PATHNAME giving value when email is saved

$
0
0
Here is the link Image when the email is sent. You can compare before and after value when you yourself do it. This is not very hard.

New Post: PR_RESOURCE_FLAGS not visible in message store

$
0
0
How to check STATUS_DEFAULT_STORE flag in PR_RESOURCE_FLAGS in status table. Its showing 0 in all 5 rows.

New Post: Double Clicking on PR_ATTACH_DATA_OBJ should be open new window

$
0
0
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, this property is of PT_OBJECT type.

New Post: PR_DISPLAY_NAME of PR_MESSAGE_ATTACHMENTS when Outlook item is sent.

$
0
0
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 Sub'. I have sent it and in the sent items it shows as 'Temp Sub (10 KB)'. In MFCMAPI, it shows as 'Temp Sub'.

I was expecting it to show 'Temp Sub (10 KB)' as set by the client. If the client was setting the name right I was expecting it to show 'Temp Sub.msg'

New Post: More properties of attachment present when email sent using Outlook than OWA

$
0
0
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 12-13 properties. (I am talking about the rows of PR_MESSAGE_ATTACHMENTS). Why?

New Post: Change one Property for all Items in one Public Folder?

$
0
0
Is that possible in MFCMAPI.

Thanks for Reply

tobemank

New Post: Mailbox Table shows deleted mailbox also

$
0
0
Here is the snapshot that explains this behaviour Image

There are 2 'ranjan1'

New Post: Change one Property for all Items in one Public Folder?


New Post: PR_ATTACH_LONG_PATHNAME giving value when email is saved

$
0
0
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 would you expect to see a pathname on a delivered message? The PATHNAME properties are used in creating an attachment, where MAPI and the store provider need to know where on disk to get the data for attachment. Once a mail is in transit and ultimately delivered, the attachment only exists on the message. PATHNAME makes no sense to be set at that point.

New Post: PR_RESOURCE_FLAGS not visible in message store

$
0
0
Look at the services table for the profile to find SERVICE_DEFAULT_STORE.

New Post: PR_DISPLAY_NAME of PR_MESSAGE_ATTACHMENTS when Outlook item is sent.

$
0
0
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 is rendered on the fly. It is NOT part of the subject.

New Post: Double Clicking on PR_ATTACH_DATA_OBJ should be open new window

$
0
0
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 I fall back to opening those tables. But I don't have logic for handling other properties of type PT_OBJECT. In particular, in this case I don't have a default guess for which type of object I should ask for in OpenProperty.

I suppose in this case, I could display a dialog similar to my error property dialog, but it wouldn't help the user all that much. Open this as a work item and maybe I'll get to it someday.

New Post: Mailbox Table shows deleted mailbox also

New Post: More properties of attachment present when email sent using Outlook than OWA

New Post: Mailbox Table shows deleted mailbox also

$
0
0
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?

New Post: Mailbox Table shows deleted mailbox also

$
0
0
The server says there's still a mailbox there. There's nothing to fix in MAPI/MFCMAPI.

New Post: Mailbox Table shows deleted mailbox also

$
0
0
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 that row in MFCMAPI gives an error.

New Post: Mailbox Table shows deleted mailbox also

$
0
0
You should look at the mailbox table with power shell.

New Post: Mailbox Table shows deleted mailbox also

$
0
0
Ok - so MFCMAPI and MAPI are just reporting what the server gave them.

Source code checked in, #108585

$
0
0
Problem: Missing PRO+_PROFILE_AUTH_PACKAGE value Fix: Add it
Viewing all 1090 articles
Browse latest View live