MapiMessage.dateReceived 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.
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.