You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X] Bug
[X] Question (e.g. about handling/usage)
[ ] Request for new feature/improvement
Expected Behavior
The VCard should had the Organization value, I had go through from VCARD2.1,VCARD3,and VCARD 4 also cant see the organization value
Current Behavior
Currently,VCARD2.1,VCARD3,and VCARD 4 did not shown the organization value
Steps to Reproduce (for bugs)
Here with my code snip ContactData generator = new ContactData(ContactData.ContactOutputType.VCard3, firstname, lastname, knownas, officeMobile, officeMobile, officeMobile, emailaddress,null,"","","","","","","","");
Your Environment
Version used: 1.4.1
Environment (.NET 3.5, .NET 4.X, .NETCore, ...): ASP.NET FRAMEWROK 4.7.2
The text was updated successfully, but these errors were encountered:
Type of issue
[X] Bug
[X] Question (e.g. about handling/usage)
[ ] Request for new feature/improvement
Expected Behavior
The VCard should had the Organization value, I had go through from VCARD2.1,VCARD3,and VCARD 4 also cant see the organization value
Current Behavior
Currently,VCARD2.1,VCARD3,and VCARD 4 did not shown the organization value
Steps to Reproduce (for bugs)
Here with my code snip
ContactData generator = new ContactData(ContactData.ContactOutputType.VCard3, firstname, lastname, knownas, officeMobile, officeMobile, officeMobile, emailaddress,null,"","","","","","","","");
Your Environment
The text was updated successfully, but these errors were encountered: