D
dano
unable to exporcant the outlook contact items "modified" and "notes" fields
to excell. I can obtain standard fields such as FULLNAME and my user defined
names
all in outlook 2002
here is an excerpt of my script
Dim OLF As Outlook.MAPIFolder
Set OLF = GetObject("", _
"Outlook.Application").GetNamespace("MAPI").Folders("Personal
Folders")
While i < 12
i = i + 1
With OLF.Items(i)
' this does not work
debug.print .Modified
end with
wend
it also does not work with
".notes"
but works with other contactitem fields
what am I doing wrong?
to excell. I can obtain standard fields such as FULLNAME and my user defined
names
all in outlook 2002
here is an excerpt of my script
Dim OLF As Outlook.MAPIFolder
Set OLF = GetObject("", _
"Outlook.Application").GetNamespace("MAPI").Folders("Personal
Folders")
While i < 12
i = i + 1
With OLF.Items(i)
' this does not work
debug.print .Modified
end with
wend
it also does not work with
".notes"
but works with other contactitem fields
what am I doing wrong?