adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IEmailProcessingParameters Interface / MessageBodyPlainText Property


In This Topic
    MessageBodyPlainText Property
    In This Topic
    Gets the message body in plain text format.
    Syntax
    'Declaration
     
    
    ReadOnly Property MessageBodyPlainText As String
    string MessageBodyPlainText {get;}
    property String^ MessageBodyPlainText {
       String^ get();
    }
    Remarks
    This property is provided as a shortcut to eliminate code that would otherwise be required to find the plain-text part of a multi-part message.
    See Also