ContactGroup.EmailSubscribers Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Those contacts who subscribe to your newsletter and select the preference for receipt to their e-mail address, rather than their alternate e-mail address.

Namespace:  WebBCM
Assembly:  OfficeLive (in OfficeLive.dll)

Syntax

'Declaration
Public Property EmailSubscribers As Integer
    Get
    Set
'Usage
Dim instance As ContactGroup
Dim value As Integer

value = instance.EmailSubscribers

instance.EmailSubscribers = value
public int EmailSubscribers { get; set; }

Property Value

Type: System.Int32

See Also

Reference

ContactGroup Class

ContactGroup Members

WebBCM Namespace