Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does each outlook item have an item#? how do i get it?
Message
From
06/08/2006 12:12:47
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/08/2006 13:51:10
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
SAMBA Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01143223
Message ID:
01143303
Views:
10
>thanks cetin. i've been running it through my debugger to understand what is happening and i have two questions:
>
>1. What is storeid? it appears to be the entryid for an outlook folder, but i'm not sure. if so, i'm assuming that it would be different for each computer even if each computer is running the same version of outlook and trying to access the same folder name on its own outlook.
>
>2. i've seen this so many times and used it many times but don't understand it. "m.ix". i know it has to do with arrays, and it appears that "m" is for the array name and "ix" is for each individual "cell" of the array. however, i cannot find "m" anywhere in msdn. you've got it sprinkled throughout your code samples so i was wondering "what is "m""?
>
>thanks a lot!
>
>Paul

1) StoreID as you guessed is a folder's id. I don't know its details like being unique to computer or not.
2)
use customer && now its alias is "customer"
company = "myCompany" && here company is a memory variable
? company && prints "Alfred's futte..."
? customer.company && same as above
? m.company && prints "myCompany" - m is alias for "memory"
You might check old messages about "mdot" or "memory variable".
In short in VFP alias your variables and for memory variables use "m." prefix if it's not an assignment (wouldn't harm if you use there too). It's not mandatory in VFP unless you start to work with me one day:)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform