Allan Giercke
Member
- Outlook version
- Outlook 2010 32 bit
- Email Account
- Exchange Server
I have read through the forum and searched quite a bit, but have not found this exactly. I have been modifying DayList.catx to try to replicate Calendar Details Style from within Outlook, and have got to 90% of what I require. I have a report that lists date, subject and location - but I cannot print description. I modify the code below:
<Sources>
<Source Name="Subject"/>
<Source Name="Location" StartSeparator=" - (" EndSeparator=")"/>
</Sources>
I think I need a line like <Source Name="Description" /> - but I am not sure what the Name value should be, or if it is even possible.
Also, how would I cause one Source Name to be written on a new line, as opposed to wrapping?
Thank you,
<Sources>
<Source Name="Subject"/>
<Source Name="Location" StartSeparator=" - (" EndSeparator=")"/>
</Sources>
I think I need a line like <Source Name="Description" /> - but I am not sure what the Name value should be, or if it is even possible.
Also, how would I cause one Source Name to be written on a new line, as opposed to wrapping?
Thank you,