WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to hide UserProperties from appointment print out

 
   Home -> Office -> Program Forms RSS
Next:  Advanced Search - Custom/New fields  
Author Message
David

External


Since: Mar 08, 2006
Posts: 790



(Msg. 1) Posted: Thu Aug 14, 2008 7:13 am
Post subject: How to hide UserProperties from appointment print out
Archived from groups: microsoft>public>outlook>program_forms (more info?)

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
Back to top
Login to vote
Dmitry Streblechenko

External


Since: Nov 23, 2003
Posts: 2008



(Msg. 2) Posted: Thu Aug 14, 2008 3:56 pm
Post subject: Re: How to hide UserProperties from appointment print out [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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/rdo/rdouserproperty.htm
</plug>

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"David" <David RemoveThis @discussions.microsoft.com> wrote in message
news:9D738DAC-3080-44ED-8B2F-B27BFC3D5289@microsoft.com...
> 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
Back to top
Login to vote
Sue Mosher [MVP-Outlook]

External


Since: Jun 18, 2004
Posts: 828



(Msg. 3) Posted: Thu Aug 14, 2008 6:38 pm
Post subject: RE: How to hide UserProperties from appointment print out [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
David

External


Since: Mar 08, 2006
Posts: 790



(Msg. 4) Posted: Thu Aug 28, 2008 8:14 am
Post subject: RE: How to hide UserProperties from appointment print out [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Sue Mosher [MVP-Outlook]

External


Since: Jun 18, 2004
Posts: 828



(Msg. 5) Posted: Thu Aug 28, 2008 8:35 am
Post subject: RE: How to hide UserProperties from appointment print out [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Program Forms All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET