/// <summary>
/// The MAPIAddress function creates or modifies a set of address list entries.
/// </summary>
[DllImport("MAPI32.DLL", CharSet=CharSet.Ansi)]
public static extern uint MAPIAddress(IntPtr lhSession, IntPtr ulUIParam, string lpszCaption,
uint nEditFields, string lpszLabels, uint nRecips, IntPtr lpRecips,
uint flFlags, uint ulReserved, ref uint lpnNewRecips, ref IntPtr lppNewRecips);
Please add!
Microsoft does not condone or support using this API from managed code:
http://support.microsoft.com/kb/872895
http://support.microsoft.com/kb/813349
Please add some!
Please add some!
Do you know one? Please contribute it!