SaveMailEmailGetSenderContacts Method |
Gets sender's contacts found.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic IEnumerable<Contact> GetSenderContacts()
Public Function GetSenderContacts As IEnumerable(Of Contact)
public:
IEnumerable<Contact^>^ GetSenderContacts()
member GetSenderContacts : unit -> IEnumerable<Contact>
Return Value
IEnumerableContactCollection of contacts.
See Also