| ISubscriberBaseTryGetSendEmailFrequency Method  | 
            Attempts to retrieve the SendEmailFrequency attribute.
            
 
Namespace: PDTec.IceNet.Domain.Subscription.BusinessObjectsAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool TryGetSendEmailFrequency(
	out string value
)
Parameters
- value
 - Type: SystemString
The SendEmailFrequency attribute value if the attribute is assigned; otherwise, the default value for the Enum attribute value type. 
Return Value
Type: 
Booleantrue if the attribute is assigned; otherwise 
false.
See Also