Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 943b1476818e5ec34d7058ed3b879448 > files > 153

libmapi-devel-0.8.2-1.1481.3mdv2010.0.i586.rpm

<html>
  <head>
    <title>MAPIClientLibraries 0.8 API Documentation</title>
    <link href="doxygen.css" rel="stylesheet" type="text/css"/>
    <link href="apidocs.css" rel="stylesheet" type="text/css"/>
  </head>
  <body>
    <div id="website">
    <div class="header"></div>
      <div id="middle_side">
	<div id="right_side_home">
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>libmapi/mapidump.c File Reference</h1>Functions for displaying various data structures, mainly for debugging.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;libmapi/libmapi.h&gt;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">_PUBLIC_ void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mapidump_8c.html#b2ff1d97ce0a3d728fa4b161058d52f0">mapidump_appointment</a> (struct mapi_SPropValue_array *properties, const char *id)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">_PUBLIC_ void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mapidump_8c.html#50d939666cbbbffce9d1cbf393304472">mapidump_contact</a> (struct mapi_SPropValue_array *properties, const char *id)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">_PUBLIC_ void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mapidump_8c.html#9be627dc83377ae3bba27e6fa6367e16">mapidump_message</a> (struct mapi_SPropValue_array *properties, const char *id)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">_PUBLIC_ void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mapidump_8c.html#786919503b9360833363deaf8ed629c1">mapidump_note</a> (struct mapi_SPropValue_array *properties, const char *id)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">_PUBLIC_ void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mapidump_8c.html#c291c633ce659dc6564c2721f12a2138">mapidump_task</a> (struct mapi_SPropValue_array *properties, const char *id)</td></tr>

</table>
<hr><h2>Detailed Description</h2>
Functions for displaying various data structures, mainly for debugging. 
<p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="b2ff1d97ce0a3d728fa4b161058d52f0"></a><!-- doxytag: member="mapidump.c::mapidump_appointment" ref="b2ff1d97ce0a3d728fa4b161058d52f0" args="(struct mapi_SPropValue_array *properties, const char *id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">_PUBLIC_ void mapidump_appointment           </td>
          <td>(</td>
          <td class="paramtype">struct mapi_SPropValue_array *&nbsp;</td>
          <td class="paramname"> <em>properties</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>id</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This function dumps the properties relating to an appointment to standard output<p>
The expected way to obtain the properties array is to use <a class="el" href="IStoreFolder_8c.html#7b8869cb8d75ee0820b89bda12bea92c">OpenMessage()</a> to obtain the appointment object, then to use <a class="el" href="IMAPIProp_8c.html#e216a092d1517c67db706536631404ff">GetPropsAll()</a> to obtain all the properties.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>properties</em>&nbsp;</td><td>array of appointment properties </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>id</em>&nbsp;</td><td>identification to display for the appointment (can be NULL)</td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="mapidump_8c.html#9be627dc83377ae3bba27e6fa6367e16">mapidump_message</a>, <a class="el" href="mapidump_8c.html#50d939666cbbbffce9d1cbf393304472">mapidump_contact</a>, <a class="el" href="mapidump_8c.html#c291c633ce659dc6564c2721f12a2138">mapidump_task</a>, <a class="el" href="mapidump_8c.html#786919503b9360833363deaf8ed629c1">mapidump_note</a> </dd></dl>
<dl compact><dt><b>Examples: </b></dt><dd>
<a class="el" href="fetchappointment_8c-example.html#a14">fetchappointment.c</a>.</dl>
</div>
</div><p>
<a class="anchor" name="50d939666cbbbffce9d1cbf393304472"></a><!-- doxytag: member="mapidump.c::mapidump_contact" ref="50d939666cbbbffce9d1cbf393304472" args="(struct mapi_SPropValue_array *properties, const char *id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">_PUBLIC_ void mapidump_contact           </td>
          <td>(</td>
          <td class="paramtype">struct mapi_SPropValue_array *&nbsp;</td>
          <td class="paramname"> <em>properties</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>id</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This function dumps the properties relating to a contact (address book entry) to standard output<p>
The expected way to obtain the properties array is to use <a class="el" href="IStoreFolder_8c.html#7b8869cb8d75ee0820b89bda12bea92c">OpenMessage()</a> to obtain the contact object, then to use <a class="el" href="IMAPIProp_8c.html#e216a092d1517c67db706536631404ff">GetPropsAll()</a> to obtain all the properties.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>properties</em>&nbsp;</td><td>array of contact properties </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>id</em>&nbsp;</td><td>identification to display for the contact (can be NULL)</td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="mapidump_8c.html#9be627dc83377ae3bba27e6fa6367e16">mapidump_message</a>, <a class="el" href="mapidump_8c.html#b2ff1d97ce0a3d728fa4b161058d52f0">mapidump_appointment</a>, <a class="el" href="mapidump_8c.html#c291c633ce659dc6564c2721f12a2138">mapidump_task</a>, <a class="el" href="mapidump_8c.html#786919503b9360833363deaf8ed629c1">mapidump_note</a> </dd></dl>

</div>
</div><p>
<a class="anchor" name="9be627dc83377ae3bba27e6fa6367e16"></a><!-- doxytag: member="mapidump.c::mapidump_message" ref="9be627dc83377ae3bba27e6fa6367e16" args="(struct mapi_SPropValue_array *properties, const char *id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">_PUBLIC_ void mapidump_message           </td>
          <td>(</td>
          <td class="paramtype">struct mapi_SPropValue_array *&nbsp;</td>
          <td class="paramname"> <em>properties</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>id</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This function dumps the properties relating to a message to standard output<p>
The expected way to obtain the properties array is to use <a class="el" href="IStoreFolder_8c.html#7b8869cb8d75ee0820b89bda12bea92c">OpenMessage()</a> to obtain the message object, then to use <a class="el" href="IMAPIProp_8c.html#e216a092d1517c67db706536631404ff">GetPropsAll()</a> to obtain all the properties.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>properties</em>&nbsp;</td><td>array of message properties </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>id</em>&nbsp;</td><td>identification to display for the message (can be NULL)</td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="mapidump_8c.html#b2ff1d97ce0a3d728fa4b161058d52f0">mapidump_appointment</a>, <a class="el" href="mapidump_8c.html#50d939666cbbbffce9d1cbf393304472">mapidump_contact</a>, <a class="el" href="mapidump_8c.html#c291c633ce659dc6564c2721f12a2138">mapidump_task</a>, <a class="el" href="mapidump_8c.html#786919503b9360833363deaf8ed629c1">mapidump_note</a> </dd></dl>
<dl compact><dt><b>Examples: </b></dt><dd>
<a class="el" href="fetchmail_8c-example.html#a14">fetchmail.c</a>.</dl>
</div>
</div><p>
<a class="anchor" name="786919503b9360833363deaf8ed629c1"></a><!-- doxytag: member="mapidump.c::mapidump_note" ref="786919503b9360833363deaf8ed629c1" args="(struct mapi_SPropValue_array *properties, const char *id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">_PUBLIC_ void mapidump_note           </td>
          <td>(</td>
          <td class="paramtype">struct mapi_SPropValue_array *&nbsp;</td>
          <td class="paramname"> <em>properties</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>id</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This function dumps the properties relating to a note to standard output<p>
The expected way to obtain the properties array is to use <a class="el" href="IStoreFolder_8c.html#7b8869cb8d75ee0820b89bda12bea92c">OpenMessage()</a> to obtain the note object, then to use <a class="el" href="IMAPIProp_8c.html#e216a092d1517c67db706536631404ff">GetPropsAll()</a> to obtain all the properties.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>properties</em>&nbsp;</td><td>array of note properties </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>id</em>&nbsp;</td><td>identification to display for the note (can be NULL)</td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="mapidump_8c.html#9be627dc83377ae3bba27e6fa6367e16">mapidump_message</a>, <a class="el" href="mapidump_8c.html#b2ff1d97ce0a3d728fa4b161058d52f0">mapidump_appointment</a>, <a class="el" href="mapidump_8c.html#50d939666cbbbffce9d1cbf393304472">mapidump_contact</a>, <a class="el" href="mapidump_8c.html#c291c633ce659dc6564c2721f12a2138">mapidump_task</a> </dd></dl>

</div>
</div><p>
<a class="anchor" name="c291c633ce659dc6564c2721f12a2138"></a><!-- doxytag: member="mapidump.c::mapidump_task" ref="c291c633ce659dc6564c2721f12a2138" args="(struct mapi_SPropValue_array *properties, const char *id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">_PUBLIC_ void mapidump_task           </td>
          <td>(</td>
          <td class="paramtype">struct mapi_SPropValue_array *&nbsp;</td>
          <td class="paramname"> <em>properties</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>id</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This function dumps the properties relating to a task (to-do list entry) to standard output<p>
The expected way to obtain the properties array is to use <a class="el" href="IStoreFolder_8c.html#7b8869cb8d75ee0820b89bda12bea92c">OpenMessage()</a> to obtain the task object, then to use <a class="el" href="IMAPIProp_8c.html#e216a092d1517c67db706536631404ff">GetPropsAll()</a> to obtain all the properties.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>properties</em>&nbsp;</td><td>array of task properties </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>id</em>&nbsp;</td><td>identification to display for the task (can be NULL)</td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="mapidump_8c.html#9be627dc83377ae3bba27e6fa6367e16">mapidump_message</a>, <a class="el" href="mapidump_8c.html#b2ff1d97ce0a3d728fa4b161058d52f0">mapidump_appointment</a>, <a class="el" href="mapidump_8c.html#50d939666cbbbffce9d1cbf393304472">mapidump_contact</a>, <a class="el" href="mapidump_8c.html#786919503b9360833363deaf8ed629c1">mapidump_note</a> </dd></dl>

</div>
</div><p>
</div>
</div>
<br/>
<table style="clear:both; margin: 0.5em auto; width:80%; text-align: center; background-color:#f8f8f8; border:2px solid #e0e0e0; padding:5px;">
<tr>
<td> 
  <img alt="Creative Commons License" src="CC_SomeRightsReserved.png" width="90" height="30" border="0" /><br />
  <img alt="Creative Commons Attribution icon" src="24px-Cc-by_white.svg.png" width="24" height="24" border="0" />
  <img alt="Creative Commons Share Alike icon" src="24px-Cc-sa_white.svg.png" width="24" height="24" border="0" />
</td>
<td> <i><strong class="selflink">This content</strong> is licensed under the Creative Commons<br />
Attribution ShareAlike License v. 3.0:<br />
<a href="http://creativecommons.org/licenses/by-sa/3.0/" class="external free" title="http://creativecommons.org/licenses/by-sa/3.0/" rel="nofollow">http://creativecommons.org/licenses/by-sa/3.0/</a></i>
</td></tr></table>
<br/>
</div>
</div>
</body>
</html>