Relativity.Transfer.IsImportEmailNotificationEnabledCompletedEventArgs
namespace Relativity.Transfer
{
public class IsImportEmailNotificationEnabledCompletedEventArgs : AsyncCompletedEventArgs
{
public bool Result { get; }
}
}