Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   How to hide UserProperties from appointment print out (http://www.outlookbanter.com/outlook-using-forms/76990-how-hide-userproperties-appointment-print.html)

David August 14th 08 03:13 PM

How to hide UserProperties from appointment print out
 
Hi,
I created an outlook 2007 add-in with vsto 3.0 and added some user
properties to store custom information from form range. When user print out
appointment from outlook, the user properities we added are print out also.
Is it possible to hide this informmation at time to print the appointments?
--
David

Dmitry Streblechenko August 14th 08 11:56 PM

How to hide UserProperties from appointment print out
 
You could do that if you parse and reset a blob with the user prop
definitions (it is as binary as it gets) using Extended MAPI.
plug
Redemption (url below) exposes RDOUserProperty.Printable propetty -
http://www.dimastr.com/redemption/rd...erproperty.htm
/plug

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"David" wrote in message
...
Hi,
I created an outlook 2007 add-in with vsto 3.0 and added some user
properties to store custom information from form range. When user print
out
appointment from outlook, the user properities we added are print out
also.
Is it possible to hide this informmation at time to print the
appointments?
--
David




Sue Mosher [MVP-Outlook] August 15th 08 02:38 AM

How to hide UserProperties from appointment print out
 
If these properties are always intended to be invisible to the user, not just
in printouts but in the UI, you can use the PropertyAccessor object to create
your own hidden custom properties. It is only the ones in UserProperties that
default to displaying in printouts.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx



"David" wrote:

Hi,
I created an outlook 2007 add-in with vsto 3.0 and added some user
properties to store custom information from form range. When user print out
appointment from outlook, the user properities we added are print out also.
Is it possible to hide this informmation at time to print the appointments?
--
David


David August 28th 08 04:14 PM

How to hide UserProperties from appointment print out
 
Thanks for the help. I have problem to figure out the name space be used by
appointment.PropertyAccessor to create a new hiden custom property. Could
you please show me how to set and get the the custom property (i.e. my
project_id) by
appointment.PropertyAccessor.
Thanks.
--
David


"Sue Mosher [MVP-Outlook]" wrote:

If these properties are always intended to be invisible to the user, not just
in printouts but in the UI, you can use the PropertyAccessor object to create
your own hidden custom properties. It is only the ones in UserProperties that
default to displaying in printouts.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx



"David" wrote:

Hi,
I created an outlook 2007 add-in with vsto 3.0 and added some user
properties to store custom information from form range. When user print out
appointment from outlook, the user properities we added are print out also.
Is it possible to hide this informmation at time to print the appointments?
--
David


Sue Mosher [MVP-Outlook] August 28th 08 04:35 PM

How to hide UserProperties from appointment print out
 
You can use the string namespace described in the Outlook Developer Reference
(also available in VBA Help) article at
http://msdn.microsoft.com/en-us/library/bb147567.aspx with either your own
custom GUID or the {00020386-0000-0000-C000-000000000046} GUID.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx



"David" wrote:

Thanks for the help. I have problem to figure out the name space be used by
appointment.PropertyAccessor to create a new hiden custom property. Could
you please show me how to set and get the the custom property (i.e. my
project_id) by
appointment.PropertyAccessor.
Thanks.
--
David


"Sue Mosher [MVP-Outlook]" wrote:

If these properties are always intended to be invisible to the user, not just
in printouts but in the UI, you can use the PropertyAccessor object to create
your own hidden custom properties. It is only the ones in UserProperties that
default to displaying in printouts.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx



"David" wrote:

Hi,
I created an outlook 2007 add-in with vsto 3.0 and added some user
properties to store custom information from form range. When user print out
appointment from outlook, the user properities we added are print out also.
Is it possible to hide this informmation at time to print the appointments?
--
David



All times are GMT +1. The time now is 11:28 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com