Click or drag to resize

MailControllerReplaceReceiverGroup Method

Updates all mail definitions that sends emails to a specific group to send to another group instead. The method is used when a user group is marked for deletion.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public int ReplaceReceiverGroup(
	int oldGroupId,
	int newGroupId
)

Parameters

oldGroupId
Type: SystemInt32
newGroupId
Type: SystemInt32

Return Value

Type: Int32
Returns the number of mail definitions that were updated.
See Also