HrGetAutoDiscoverXML (mapi32)
Last changed: -217.73.30.198

.
Summary
TODO - a short description

C# Signature:

[DllImport(@"C:\Program Files\Microsoft Office\Office15\OLMAPI32.dll", EntryPoint = "HrGetAutoDiscoverXML", CharSet = CharSet.Unicode)]

public static extern int HrGetAutoDiscoverXML(

  /*[MarshalAs(UnmanagedType.LPWStr)]*/ string pwzAddress,
  /*[MarshalAs(UnmanagedType.LPWStr)]*/ string pwzPassword,
  IntPtr hCancelEvent,
  uint ulFlags,
  /*[MarshalAs(UnmanagedType.Interface)]*/ out IStream ppXmlStream);

VB Signature:

TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Call MAPIInitialize before this function.

Sample Code:

Please add some!

Documentation