Mapi.resolveName(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transforms the message recipient's name, as entered by a user, to an unambiguous address list entry.
public:
virtual Dynamics::AX::Application::MapiRecipDesc ^ resolveName(System::String ^ _mame, int _flags);
public virtual Dynamics.AX.Application.MapiRecipDesc resolveName (string _mame, int _flags);
abstract member resolveName : string * int -> Dynamics.AX.Application.MapiRecipDesc
override this.resolveName : string * int -> Dynamics.AX.Application.MapiRecipDesc
Public Overridable Function resolveName (_mame As String, _flags As Integer) As MapiRecipDesc
Parameters
- _mame
- String
A list of flags. The valid flags are as follows:
- _flags
- Int32
A list of flags. The valid flags are as follows:
Returns
A MapiRecipDesc class object that has an unambiguous address list entry.