Update

Overview 

Updates the sender profile and returns a status

Syntax 

Update(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredAttributes regarding sender profile to change

Example 

This sample code updates the Name attribute of the sender profile to the specified value:

1var myProfile = SenderProfile.Init('mySenderProfile');
2var status = myProfile.Update({ "Name" : "SSJS Updated Sender Profile" });