MailMessageText Property

The text of the mail message.

Syntax

public string MailMessageText { get; }
Public ReadOnly Property MailMessageText As String

Default Value

""

Remarks

The text of the mail message pointed to by MailMessageNumber, if it has been downloaded from the server. To read the message, invoke ReadRequest (receiver) or ReadReceipt (sender). In case the message is not as AS1 message this will throw an exception, but you may catch it and then read the value of MailMessageText.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 .NET Edition - Version 20.0 [Build 8203]