Email.AddNewStamp Method
Public Shared Function AddNewStamp( _
ByVal stamp As EmailStamp, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
) As EntityID
This language is not supported or no code example is available.
public static EntityID AddNewStamp(
EmailStamp stamp,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static EntityID^ AddNewStamp(
EmailStamp^ stamp,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- stamp
- EmailStamp
the stamp to update
- user_id
- EntityID
the id of the user performing the operation
- db
- IDatabase
the db db to use
Return Value
EntityIDthe created id