Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 It does not show the content of my com addin me

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
ajtruckle Posted - Jan 18 2008 : 05:22:39 AM
Hi

I have data like this:

		// Cast it into an appointment object
		CComQIPtr <Outlook::_ContactItem>	spConItem( conItem );
		CComQIPtr <Outlook::UserProperties> spUserProp;
		CComQIPtr <Outlook::UserProperty>	spProp;

		bstrName = strName.AllocSysString();
		bstrCong = strCong.AllocSysString();
		bstrNotes = strNotes.AllocSysString();
		bstrTalks = strTalks.AllocSysString();

		spConItem->put_FullName(bstrName);
		// we could split above into first last too
		spConItem->put_JobTitle(bstrNotes);
		spConItem->put_CompanyName(bstrCong);
		spConItem->put_Body(bstrTalks);
		for (iMemo = 0; iMemo < NUM_MEMO_FIELDS; iMemo++)
		{
			switch(iMemoType[iMemo])
			{
			case MEMO_HOME_PHONE:
				{
					CComBSTR bstrPhone;

					bstrPhone = aryStrMemo[iMemo].AllocSysString();
					spConItem->put_HomeTelephoneNumber(bstrPhone);
					break;
				}


But now, when I do spConItem->, at that point I get a restricted list of content. It does not show the methods list. So I find it hard to program.

What can i do to fix this?

Andrew
2   L A T E S T    R E P L I E S    (Newest First)
ajtruckle Posted - Jan 18 2008 : 05:50:18 AM
Cool! http://www.wholetomato.com/support/history.asp

:) Bingo.
ajtruckle Posted - Jan 18 2008 : 05:45:09 AM
It was an old problem I mine. I found the old thread:

http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4239&SearchTerms=sp

It was fixed in version 1440. Since then I had to reformat my PC and I have only version 1438. So I can't fix. :(

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000