ContactFlags Enumeration
Indicates whether all e-mail that is addressed to a contact or only authenticated e-mail is received by the contact from Microsoft Exchange.
Namespace: [Sharepointemailws Web service]
Web service reference: http://Site/_vti_bin/Sharepointemailws.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ContactFlags
'Usage
Dim instance As ContactFlags
[SerializableAttribute]
public enum ContactFlags
Members
Member name | Description | |
---|---|---|
None | All e-mail is received by the contact. | |
OnlyAllowAuthenticatedEmail | Only authenticated e-mail is received by the contact. |
Remarks
The ContactFlags enumeration is used primarily as a parameter for the CreateContact and ModifyContact methods.
If OnlyAllowAuthenticatedEmail is passed, Microsoft Exchange deletes unauthenticated e-mail addressed to the contact.