how do you recognize event properties?

P

Pau Ventura

Hello,

I'm looping every form and each control in it.

through code, I would like to know if a property of a control in a form is
an event one, or format or data or others (I need event properties only).

Thank you
 
E

Eric Legault [MVP - Outlook]

Hi Pau. I'm not sure what you mean exactly. Properties and Events are very
different things and aren't usually related. Are you maybe referring to the
CustomPropertyChange event? Also, the only control event that fires in
custom Outlook forms is the Click event.

--
Eric Legault [MVP - Outlook]
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
& WSS 3.0 Application Development)
President
Collaborative Innovations
-> Try Picture Attachments Wizard 2.0 For Microsoft Outlook <-
-> Take your SharePoint content offline <-
-> More info: http://www.collaborativeinnovations.ca <-
Blog: http://blogs.officezealot.com/legault
 
P

Pau Ventura

I'm sorry!
It was my mistake. This is a MS Access question in an Outlook forum...

However, if anyone can help me...
Thank you

Eric Legault said:
Hi Pau. I'm not sure what you mean exactly. Properties and Events are very
different things and aren't usually related. Are you maybe referring to the
CustomPropertyChange event? Also, the only control event that fires in
custom Outlook forms is the Click event.

--
Eric Legault [MVP - Outlook]
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
& WSS 3.0 Application Development)
President
Collaborative Innovations
-> Try Picture Attachments Wizard 2.0 For Microsoft Outlook <-
-> Take your SharePoint content offline <-
-> More info: http://www.collaborativeinnovations.ca <-
Blog: http://blogs.officezealot.com/legault


Pau Ventura said:
Hello,

I'm looping every form and each control in it.

through code, I would like to know if a property of a control in a form is
an event one, or format or data or others (I need event properties only).

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top