> For the complete documentation index, see [llms.txt](https://pinvokeisalive.gitbook.io/pinvoke/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pinvokeisalive.gitbook.io/pinvoke/desktopfunctions/mapi32/mapidetails.md).

# MAPIDetails

### C# Signature:

```cs
/// <summary>
  /// The MAPIDetails function displays a dialog box containing the details of a selected address list entry.
  /// </summary>
  [DllImport("MAPI32.DLL", CharSet=CharSet.Ansi)]
  public static extern uint MAPIDetails(IntPtr lhSession, IntPtr ulUIParam, 
    MapiRecipDesc lpRecip, uint flFlags, uint ulReserved);
```

### VB Signature:

```cs
Please add!
```
