Closed NikhilAjmera closed 6 years ago
I can't really observe the problem without more information. I was unable to reproduce your behavior writing this small script:
from cybox.objects.email_message_object import *
email_address = EmailAddress("h1@example.com")
email_address.vlan_name = "iph1"
email_address.vlan_num = 198
email_address.is_destination = True
email_address.is_source = False
email_address.is_spoofed = False
email_recipients = EmailRecipients()
email_address.to_xml()
email_recipients.append(email_address)
email_recipients.to_xml()
@NikhilAjmera did you manage to fix the issue?
@emmanvg Yah I am able to fix this issue. Thanks for your help.
Awesome, I will be closing this issue since it is not a problem in the library. Thanks for the submission!
`
` Can you please tell me where is issue.