TIBCO Adapter SDK C++ Reference
MBusinessDocument::getReplyAddress
MBusinessDocument
Retrieve the reply subject for communicating results back to the business document. This could be an inbox address.
Parameters
Parameters Description
MString& rsSubject Parameter in which to store the reply subject.
iValue Parameter in which to store the verb code. One of: Insert, Update, Delete or Insert_or_Update (update existing record or insert new record if it does not exist). See MAdvisoryDocument::MAdvisorySeverity for details.
Return Value
If this accessor finds the element, it returns MTrue and stores the information in the output parameter. Otherwise, it returns MFalse.

@@MBusinessDocument::getVerbCode@int& Retrieve the verbCode attribute from this business document. This attribute provides suggested actions.

If this accessor finds the element, it returns MTrue and stores the information in the output parameter. Otherwise, it returns MFalse.

Declaration
virtual Mboolean getReplyAddress(MString& rsSubject) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.