Temp-Mail-API icon indicating copy to clipboard operation
Temp-Mail-API copied to clipboard

Unofficial API Client Library for temp-mail.org in .NET Standard

Results 3 Temp-Mail-API issues
Sort by recently updated
recently updated
newest added

Hello! I use this: ``` var client = TempMailClient.Create(); Console.WriteLine(client.Email); ``` And I Get error: ``` Необработанное исключение: System.AggregateException: Произошла одна или несколько ошибок. ---> System.FormatException: Формат значения "" недопустим....

I was trying to install with `Install-Package TempMail.API` cmd in powershell (normal as well as admin), it didn't work. Actually, I'm quite new to C#. This is the attachment. ![image](https://user-images.githubusercontent.com/61424547/173686647-d8769c2b-ece0-44a6-90c4-17a8acdf5cfc.png)...