Method | Description | |
---|---|---|
DeleteEmailsContext ( |
DeleteEmailsContext - Will do a soft delete (make inactive) by EmailID
|
|
InsertEmailContext ( |
InsertEmailContext - Will insert a record into Volunteer Email table via SProc
|
|
ListEmails ( |
Return a list or single email for a given volunteer
|
|
ListPrimaryEmail ( |
||
UpdateEmailAddr ( |
UpdateEmailAddr - Will update a given Email Address record by EmailID
|
public DeleteEmailsContext ( |
||
_cEmail | ||
return | void |
public InsertEmailContext ( |
||
_cEmail | ||
return | void |
public ListEmails ( |
||
cVolEmail | ||
return | List |
public ListPrimaryEmail ( |
||
cVolEmail | ||
return |
public UpdateEmailAddr ( |
||
_cEmail | ||
return | void |