A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook datamodel



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 30th 09, 08:03 AM posted to microsoft.public.outlook.program_addins
gthegreek
external usenet poster
 
Posts: 2
Default Outlook datamodel

Hi,
I am developing this fine add-in for MS Outlook but I cannot find a
resource where I can get the specifics of the datamodel Outlook uses.
I need to know the maximum size of string fields for example...
This is in regards to Contacts, Tasks, Appointments and Notes

  #2  
Old October 30th 09, 12:17 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP][_4_]
external usenet poster
 
Posts: 552
Default Outlook datamodel

There is no set limit on the message body.

For other standard text fields, like Subject, the Outlook object model can
return 255 characters, although more can actually be stored and lower-level
APIs can return longer values (so whether you're using the Outlook object
model or another API is relevant). The maximum total size of an item, apart
the message body and attachments, is 32kb.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54



"gthegreek" wrote:

Hi,
I am developing this fine add-in for MS Outlook but I cannot find a
resource where I can get the specifics of the datamodel Outlook uses.
I need to know the maximum size of string fields for example...
This is in regards to Contacts, Tasks, Appointments and Notes

  #3  
Old October 30th 09, 01:47 PM posted to microsoft.public.outlook.program_addins
gthegreek
external usenet poster
 
Posts: 2
Default Outlook datamodel

Sue,
thanks for the reply. Ia m indeed using the Outlook object model and this
just out conviniece. I didn't even know there was a lower level API. Does
your book discuss this topic?
I am a little troubled though after your answer. You see, what my
application does, is extract information out of Outlook and place it in a
database and vice versaa. That means that somebody can select some data from
the database and import it into his Outlook. You see the problem? How can I
validate the data when entries in the database are made manually?



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:29 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.