IXmsRequest.setRecipientProperty Method 

Set recipient property

[Visual Basic]
Sub setRecipientProperty( _
   ByVal sRecipientId As String, _
   ByVal sContext As String, _
   ByVal sName As String, _
   ByVal sValue As String _
)
[C#]
void setRecipientProperty(
   string sRecipientId,
   string sContext,
   string sName,
   string sValue
);

Return Value

Remarks

See Also

IXmsRequest Interface | faxcore.sdk.api Namespace