Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Tue, 11 Dec 2007 12:21:22 -0000,    group: microsoft.public.exchange.development        back       


OWA 2007 - getting the contents of the email   
I've posted before on a related matter with zero replies which I assume 
means I'm a genius and no-else has thought of doing this, or I'm a fool for 
trying..


I want to not display some of the message content depending certain strings 
in  subject line.

Modifying the ASPx pages to decide whether to display something. For 
example, to hide subject line in readmessage.asp


 <% if (2==1)
 {

    %>
  <td colspan="2" class="pvwFrom">  <% RenderSender(Response.Output);  %> 
</td>
    <%
 }
%>

The trouble I have is that I need to do something more inteligent than 
testing if two equals one. I want to do some searching on the subject line.

It appears that all content is rendered by calling functions in a number of 
DLLs. Most of these are VOIDs so don't return anything, and don't have a 
.ToString function.

However, I got terrible excited when I found:

Microsoft.Exchange.Clients.Owa.Basic.MeetingPage.get_Subject() : String

Only to find out it's declared as private and OWA gets upset when I try to 
use it.

Anybody have a clue how to get the subject line of the email into the ASP 
code so I can use it?
date: Tue, 11 Dec 2007 12:21:22 -0000   author:   Colin Chaplin

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us