The SixBit Application Programming Interface
BuyerEmail Field






The email address(es) to retrieve.
Syntax
'Declaration
 
Public BuyerEmail As System.String
'Usage
 
Dim instance As BuyersListRequestType
Dim value As System.String
 
value = instance.BuyerEmail
 
instance.BuyerEmail = value
public System.string BuyerEmail
public field BuyerEmail: System.String; 
public var BuyerEmail : System.String;
public: System.string* BuyerEmail
public:
System.String^ BuyerEmail
Remarks
To request multiple buyers, surround each email address with single quotes and separate them with commas. For example, 'joe@myproviderdotcom','sam@otherproviderdotcom':mailto:'joe@myproviderdotcom','sam@otherproviderdotcom':mailto%. When providing single values, the quotes are optional.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BuyersListRequestType Class
BuyersListRequestType Members

Send Feedback