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: WebSvcsharepointemailws
Assembly: STSSOAP (in STSSOAP.dll)
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.