C# 클래스 Pipl.APIs.Data.Fields.Email

상속: Field
파일 보기 프로젝트 열기: piplcom/piplapis-csharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Email ( string address = null, string addressMd5 = null, EmailTypes type = null, bool disposable = null, bool email_provider = null, System.DateTime validSince = null ) : System
ToString ( ) : string

메소드 상세

Email() 공개 메소드

public Email ( string address = null, string addressMd5 = null, EmailTypes type = null, bool disposable = null, bool email_provider = null, System.DateTime validSince = null ) : System
address string
addressMd5 string
type EmailTypes
disposable bool
email_provider bool
validSince System.DateTime
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string