Genesys CTI User Forum > Genesys-related Development
Receiving attachments from emails
GnomE:
And again the question ..
Need to get emails of attachment. I'm trying to get them in such a way:
[code]Model.InteractionInboundEmail = Model.Case.MainInteraction as IInteractionInboundEmail;
if (Model.InteractionInboundEmail.EntrepriseEmailAttachments.Count > 0){
var arr = Model.InteractionInboundEmail.EntrepriseEmailAttachments;
foreach (arr in Model.InteractionInboundEmail.EntrepriseEmailAttachments)
{
}
}[/code]
But I can not understand that for the type of collection, how to handle it?
Please tell me what type of collection to convert? And how to use it ...
Kubig:
Visual Studio show you it within intelisense
GnomE:
[quote author=Kubig link=topic=8408.msg36924#msg36924 date=1404274866]
Visual Studio show you it within intelisense
[/quote]
I am sorry I did not understand you.
please tell me what type and how to convert the library he is?
Kubig:
All is described on website with docs and as I said, all is visible within VS:
[code]System.Collections.Generic.ICollection<Genesyslab.Enterprise.Model.Contact.IAttachment>[/code]
GnomE:
[quote author=Kubig link=topic=8408.msg36926#msg36926 date=1404287988]
All is described on website with docs and as I said, all is visible within VS:
[code]System.Collections.Generic.ICollection<Genesyslab.Enterprise.Model.Contact.IAttachment>[/code]
[/quote]
yeah I saw it, but I have not namespace "Contact" in "Genesyslab.Enterprise.Model". I downloaded the latest version SDK. Library Version "Genesyslab.Enterprise.Model" 8.1.301.12
Navigation
[0] Message Index
[#] Next page
Go to full version