Easylink Messaging API - CREF

Options
Hi, I am using Easylink messaging API 2.6 and i need to send multiple values in customer reference parameter. is it possible ?

EMsgAPI_JobSubmit201101.EncodableStringType JS_CRef = new EMsgAPI_JobSubmit201101.EncodableStringType();
JS_CRef.Value = "value";
JS_JobOptions.CustomerReference = JS_CRef; (i need to pass multiple value here like Customer Ref1, Customer Ref2, Customer Ref3)

is any other way to do this ?



Answers