oc: Implement Sharing Message Object

It acts as a proxy of MAPIStoreMailMessage and it manages the properties
defined in [MS-OXSHARE] Section 2.2 by storing them in the mail message
as eXtensible MIME headers which starts with X-MS-Sharing.
This commit is contained in:
Enrique J. Hernández Blasco
2015-03-02 23:41:04 +01:00
parent 575600cabc
commit 316ade13f8
6 changed files with 575 additions and 4 deletions

View File

@@ -35,6 +35,7 @@
{
BOOL headerSetup;
BOOL mailIsEvent;
BOOL mailIsSharingObject;
NSString *mimeKey;
NSString *headerCharset;
NSString *headerEncoding;