Description
-
Not used, free for misc usage.
Property type
-
A String value.
Syntax
-
object.Location [= value]
The Location Property syntax has these parts:
object |
An expression evaluating to an object
of type ImapFolder. |
value |
A String value. |
Remarks
-
This property is never used from wodImapServer, and just
like Tag
property - is it free for you to set it.
But - during your programming you will see that you should
somehow remember the position where you store certain
folder, so later on in the code you can access it easier.
For instance, in our samples, we always store full path to
the folder in Location property - and it's easy later
in the code to get this value and directly use in the
code.
You can put here other things too - such as database query
that will return folder location, or whatever else you
might need.
|