Share via


MapiMessage.dateReceived Method

Definition

Overloads

dateReceived()

Returns the date when the message was received.

dateReceived(Date)

dateReceived()

Returns the date when the message was received.

public:
 virtual System::String ^ dateReceived();
public virtual string dateReceived ();
abstract member dateReceived : unit -> string
override this.dateReceived : unit -> string
Public Overridable Function dateReceived () As String

Returns

A string that indicates the date when the message was received.

Remarks

The format of the string that is returned is YYYY/MM/DD HH:MM and uses a 24-hour clock.

Applies to

dateReceived(Date)

public:
 virtual System::String ^ dateReceived(Microsoft::Dynamics::Ax::Xpp::AxShared::Date _theDate);
public virtual string dateReceived (Microsoft.Dynamics.Ax.Xpp.AxShared.Date _theDate);
abstract member dateReceived : Microsoft.Dynamics.Ax.Xpp.AxShared.Date -> string
override this.dateReceived : Microsoft.Dynamics.Ax.Xpp.AxShared.Date -> string
Public Overridable Function dateReceived (_theDate As Date) As String

Parameters

_theDate
Microsoft.Dynamics.Ax.Xpp.AxShared.Date

The date when the message was received; optional.

Returns

Applies to